Skip to content

Commit 87cd44a

Browse files
committed
DOCS: Remove True in setting PETSc monitoring options.
1 parent b922b51 commit 87cd44a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/user/run-pylith/petsc-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ caption: Default PETSc options for monitoring the solver. These settings are als
6565
---
6666
[pylithapp.petsc]
6767
# Turn on TS, KSP, and SNES monitors
68-
ts_monitor = True
69-
ksp_monitor = True
70-
snes_monitor = True
68+
ts_monitor =
69+
ksp_monitor =
70+
snes_monitor =
7171
7272
ksp_converged_reason = True
7373
snes_converged_reason = True

share/settings/petsc_monitoring.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[pylithapp.petsc]
22
# Turn on TS, KSP, and SNES monitors
3-
ts_monitor = True
4-
ksp_monitor = True
5-
snes_monitor = True
3+
ts_monitor =
4+
ksp_monitor =
5+
snes_monitor =
66

77
ksp_converged_reason = True
88
snes_converged_reason = True

0 commit comments

Comments
 (0)