Skip to content

Commit

Permalink
Merge pull request #131 from dngoldberg/undo_toml_changes
Browse files Browse the repository at this point in the history
revert ismip_30x30 toml back to pre-sept 2023
  • Loading branch information
dngoldberg authored May 17, 2024
2 parents c0c83c4 + 1d9a5f9 commit 0fc7f50
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions example_cases/ismipc_30x30/ismipc_30x30.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ random_seed = 0
[mesh]

mesh_filename = "ismip_mesh.xml"
periodic_bc = false
periodic_bc = true

[obs]

Expand Down Expand Up @@ -67,8 +67,7 @@ sliding_law = 'linear' #budd, linear
[momsolve.picard_params]
nonlinear_solver = "newton"
[momsolve.picard_params.newton_solver]
linear_solver = "cg"
preconditioner = "hypre_amg"
linear_solver = "umfpack"
maximum_iterations = 200
absolute_tolerance = 1.0e-0
relative_tolerance = 1.0e-3
Expand All @@ -78,9 +77,7 @@ error_on_nonconvergence = false
[momsolve.newton_params]
nonlinear_solver = "newton"
[momsolve.newton_params.newton_solver]
#linear_solver = "umfpack"
linear_solver = "cg"
preconditioner = "hypre_amg"
linear_solver = "umfpack"
maximum_iterations = 25
absolute_tolerance = 1.0e-7
relative_tolerance = 1.0e-8
Expand Down Expand Up @@ -131,10 +128,6 @@ qoi = 'h2' #or 'vaf'
name = "Bottom Edge"
id = 4

[mass_solve]

use_cg_thickness = true

[testing]

expected_init_alpha = 531.6114524861194
Expand Down

0 comments on commit 0fc7f50

Please sign in to comment.