Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libsrc/pylith/materials/Poroelasticity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ pylith::materials::Poroelasticity::getSolverDefaults(const bool isParallel,

options->add("-dm_reorder_section");
options->add("-dm_reorder_section_type", "cohesive");
options->add("-fieldsplit_displacement_pc_type", "ml");
options->add("-fieldsplit_displacement_ksp_type", "gmres");
options->add("-fieldsplit_displacement_mg_fine_pc_type", "vpbjacobi");

if (_useStateVars) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features = [
[pylithapp.problem]
initial_dt = 10.0*year
start_time = -10.0*year
end_time = 60.0*year
end_time = 40.0*year


# ----------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions tests/fullscale/poroelasticity/faults-2d/pylithapp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,11 @@ observers.observer.data_fields = [slip, traction_change, lagrange_multiplier_fau
[pylithapp.problem.petsc_defaults]
solver = True
testing = True
monitors = True
monitors = False

[pylithapp.petsc]
ksp_rtol = 1.0e-15
ksp_atol = 1.0e-13
snes_atol = 1.0e-12

snes_max_it = 1

Expand Down