Skip to content

Commit

Permalink
switch to hypre solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Jul 23, 2024
1 parent e974b9e commit 1d0044f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions test/test_files/flat-surface/flat-surface-nalu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Simulations:
linear_solvers:

- name: solve_scalar
type: tpetra
method: gmres
preconditioner: sgs
tolerance: 1e-12
max_iterations: 50
kspace: 50
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-5
max_iterations: 200
kspace: 5
output_level: 0

- name: solve_cont
Expand Down
12 changes: 6 additions & 6 deletions test/test_files/linear-waves/linear-waves-nalu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Simulations:
linear_solvers:

- name: solve_scalar
type: tpetra
method: gmres
preconditioner: sgs
tolerance: 1e-12
max_iterations: 50
kspace: 50
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-5
max_iterations: 200
kspace: 5
output_level: 0

- name: solve_cont
Expand Down
12 changes: 6 additions & 6 deletions test/test_files/sloshing-tank/sloshing-tank-nalu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Simulations:
linear_solvers:

- name: solve_scalar
type: tpetra
method: gmres
preconditioner: sgs
tolerance: 1e-12
max_iterations: 50
kspace: 50
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-5
max_iterations: 200
kspace: 5
output_level: 0

- name: solve_cont
Expand Down

0 comments on commit 1d0044f

Please sign in to comment.