Skip to content

Commit

Permalink
update TM_Subdiuction_example to use mumps isntead of superlu_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Apr 20, 2024
1 parent 7a17d5f commit c460ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test/*.pvd
test/Timestep_*
.CondaPkg
/.vscode
/.vscode
*.vts
*.pvd
*.vtr
3 changes: 1 addition & 2 deletions scripts/TM_Subduction_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ add_softening!( model,softening)
# Set solver options
model.Solver = Solver( SolverType = "multigrid",
MGLevels = 3,
MGCoarseSolver = "superlu_dist",
DirectSolver = "superlu_dist",
MGCoarseSolver = "mumps",
PETSc_options = [ "-snes_ksp_ew",
"-snes_ksp_ew_rtolmax 1e-4",
"-snes_rtol 5e-3",
Expand Down

0 comments on commit c460ca1

Please sign in to comment.