Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keeping track of where reg tests need to be changed to hypre #1290

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions docs/source/user/nalu_run/nalu.i
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Simulations:
optimizer: opt1

linear_solvers:
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ActLineSimpleFLLC/ActLineSimpleFLLC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -20,6 +21,7 @@ linear_solvers:
kspace: 50
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ActLineSimpleNGP/ActLineSimpleNGP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -45,6 +46,7 @@ linear_solvers:
kspace: 50
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -15,6 +16,7 @@ linear_solvers:
kspace: 100
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -15,6 +16,7 @@ linear_solvers:
kspace: 100
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -15,6 +16,7 @@ linear_solvers:
kspace: 100
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
1 change: 1 addition & 0 deletions reg_tests/test_files/KEChannelEdge/KEChannelEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
1 change: 1 addition & 0 deletions reg_tests/test_files/KOChannelEdge/KOChannelEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -15,6 +16,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
1 change: 1 addition & 0 deletions reg_tests/test_files/SSTChannelEdge/SSTChannelEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
1 change: 1 addition & 0 deletions reg_tests/test_files/SSTWallHumpEdge/SSTWallHumpEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/VOFDroplet/VOFDroplet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -14,6 +15,7 @@ linear_solvers:
kspace: 50
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simulations:

linear_solvers:

# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -14,6 +15,7 @@ linear_solvers:
kspace: 50
output_level: 0

# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablHill3d_ii/ablHill3d_ii.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablHill3d_ip/ablHill3d_ip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablHill3d_pp/ablHill3d_pp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablNeutralEdge/ablNeutralEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablNeutralEdgeAMS/ablNeutralEdgeAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont_trilinos
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
2 changes: 2 additions & 0 deletions reg_tests/test_files/ablNeutralEdgeSST/ablNeutralEdgeSST.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont_trilinos
type: tpetra
method: gmres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simulations:
linear_solvers:

# solver for scalar equations
# Convert to hypre
- name: solve_scalar
type: tpetra
method: gmres
Expand All @@ -18,6 +19,7 @@ linear_solvers:
output_level: 0

# solver for momentum equations
# Convert to hypre
- name: solve_momentum
type: tpetra
method: gmres
Expand All @@ -29,6 +31,7 @@ linear_solvers:
output_level: 0

# solver for the pressure Poisson equation
# Convert to hypre
- name: solve_cont
type: tpetra
method: gmres
Expand Down
Loading
Loading