Skip to content

Commit e063192

Browse files
committed
Small tweaks to pressure gradient poroelasticity full-scale test.
1 parent fa4cb7a commit e063192

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/fullscale/poroelasticity/faults-2d/pressuregradient.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features = [
2222
[pylithapp.problem]
2323
initial_dt = 10.0*year
2424
start_time = -10.0*year
25-
end_time = 60.0*year
25+
end_time = 40.0*year
2626

2727

2828
# ----------------------------------------------------------------------

tests/fullscale/poroelasticity/faults-2d/pylithapp.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ observers.observer.data_fields = [slip, traction_change, lagrange_multiplier_fau
116116
[pylithapp.problem.petsc_defaults]
117117
solver = True
118118
testing = True
119-
monitors = True
119+
monitors = False
120120

121121
[pylithapp.petsc]
122122
ksp_rtol = 1.0e-15
123123
ksp_atol = 1.0e-13
124-
snes_atol = 1.0e-12
125124

126125
snes_max_it = 1
127126

0 commit comments

Comments
 (0)