From c460ca1332a789a6014afa4a0a76a395391cf38d Mon Sep 17 00:00:00 2001 From: Boris Kaus Date: Sat, 20 Apr 2024 22:25:48 +0200 Subject: [PATCH] update TM_Subdiuction_example to use mumps isntead of superlu_dist --- .gitignore | 5 ++++- scripts/TM_Subduction_example.jl | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 339c7a3..a87a85a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ test/*.pvd test/Timestep_* .CondaPkg -/.vscode \ No newline at end of file +/.vscode +*.vts +*.pvd +*.vtr diff --git a/scripts/TM_Subduction_example.jl b/scripts/TM_Subduction_example.jl index 778239f..1448106 100644 --- a/scripts/TM_Subduction_example.jl +++ b/scripts/TM_Subduction_example.jl @@ -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",