Skip to content

Commit

Permalink
Use hypre for convTaylorVortex case (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Sep 23, 2024
1 parent 252a57e commit b4404e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reg_tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM)
#=============================================================================
# Comparing solution norm tests
#=============================================================================
if(ENABLE_HYPRE AND ENABLE_TRILINOS_SOLVERS)
if(ENABLE_HYPRE)
add_test_v_sol_norm(convTaylorVortex 2)
endif()

Expand Down
18 changes: 13 additions & 5 deletions reg_tests/test_files/convTaylorVortex/convTaylorVortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ Simulations:
linear_solvers:

- name: solve_scalar
type: tpetra
method: gmres
preconditioner: sgs
type: hypre
method: hypre_gmres
preconditioner: boomerAMG
tolerance: 1e-12
max_iterations: 50
kspace: 50
max_iterations: 200
kspace: 75
output_level: 0
write_matrix_files: no
reuse_linear_system: yes
recompute_preconditioner_frequency: 100
simple_hypre_matrix_assemble: no
dump_hypre_matrix_stats: no
write_preassembly_matrix_files: no
bamg_relax_type: 18
bamg_max_levels: 1

- name: solve_cont
type: hypre
Expand Down

0 comments on commit b4404e6

Please sign in to comment.