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
6 changes: 3 additions & 3 deletions docs/user/run-pylith/petsc-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ caption: Default PETSc options for monitoring the solver. These settings are als
---
[pylithapp.petsc]
# Turn on TS, KSP, and SNES monitors
ts_monitor = True
ksp_monitor = True
snes_monitor = True
ts_monitor =
ksp_monitor =
snes_monitor =

ksp_converged_reason = True
snes_converged_reason = True
Expand Down
6 changes: 3 additions & 3 deletions share/settings/petsc_monitoring.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[pylithapp.petsc]
# Turn on TS, KSP, and SNES monitors
ts_monitor = True
ksp_monitor = True
snes_monitor = True
ts_monitor =
ksp_monitor =
snes_monitor =

ksp_converged_reason = True
snes_converged_reason = True
Expand Down