Skip to content

Commit 893994e

Browse files
committed
DOCS: Fix typos in examples documentation.
1 parent 406b206 commit 893994e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/user/examples/magma-2d/step01-inflation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ At the beginning of the output written to the terminal, we see that PyLith is re
119119
The scales for nondimensionalization .
120120
PyLith detects the use of poroelasticity without a fault and selects appropriate preconditioning options as discussed in {ref}`sec-user-run-pylith-petsc-options`.
121121

122-
At the end of the output written to the termial, we see that the solver advanced the solution 51 time steps.
122+
At the end of the output written to the terminal, we see that the solver advanced the solution 51 time steps.
123123
At each time step, the linear converges in 1 iteration and the norm of the residual met the absolute convergence tolerance (`ksp_atol`) .
124124
The nonlinear solve converged in 1 iteration, which we expect because this is a linear problem, and the residual met the absolute convergence tolerance (`snes_atol`).
125125

docs/user/examples/reverse-2d/step01-gravity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ At the beginning of the output written to the terminal, we see that PyLith is re
110110
The output also shows the scales for nondimensionalization and the PETSc options selected by PyLith.
111111
This simulation did not use a fault, so PyLith used the LU preconditioner.
112112

113-
At the end of the output written to the termial, we see that the solver advanced the solution one time step (static simulation).
113+
At the end of the output written to the terminal, we see that the solver advanced the solution one time step (static simulation).
114114
The linear solve converged after 1 iterations and the norm of the residual met the relative convergence tolerance (`ksp_rtol`) .
115115
The nonlinear solve converged in 1 iteration, which we expect because this is a linear problem, and the residual met the absolute convergence tolerance (`snes_atol`).
116116

docs/user/examples/strikeslip-2d/step01-slip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ At the beginning of the output written to the terminal, we see that PyLith is re
121121
The scales for nondimensionalization remain the default values for a quasistatic problem.
122122
PyLith detects the presence of a fault based on the Lagrange multiplier for the fault in the solution field and selects appropriate preconditioning options as discussed in {ref}`sec-user-run-pylith-petsc-options`.
123123

124-
At the end of the output written to the termial, we see that the solver advanced the solution one time step (static simulation).
124+
At the end of the output written to the terminal, we see that the solver advanced the solution one time step (static simulation).
125125
The linear solve converged after 35 iterations and the norm of the residual met the absolute convergence tolerance (`ksp_atol`) .
126126
The nonlinear solve converged in 1 iteration, which we expect because this is a linear problem, and the residual met the absolute convergence tolerance (`snes_atol`).
127127

docs/user/examples/strikeslip-2d/step04-varslip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ pylith step04_varslip.cfg
8282
```
8383

8484
The beginning of the output written to the terminal matches that in our previous simulations.
85-
At the end of the output written to the termial, we see that the solver advanced the solution one time step (static simulation).
85+
At the end of the output written to the terminal, we see that the solver advanced the solution one time step (static simulation).
8686
The linear solve converged after 73 iterations and the norm of the residual met the absolute convergence tolerance (`ksp_atol`).
8787
The nonlinear solve converged in 1 iteration, which we expect because this is a linear problem, and the residual met the absolute convergence tolerance (`snes_atol`).
8888

docs/user/examples/subduction-2d/common-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The settings contained in `pylithapp.cfg` for this problem consist of:
99
* `pylithapp.journal.info` Parameters that control the verbosity of the output written to stdout for the different components.
1010
* `pylithapp.mesh_generator` Parameters for importing the finite-element mesh.
1111
* `pylithapp.problem` Parameters that define the boundary value problem and it solution, such as the type of solver, solution fields.
12-
* `pylithapp.problem.materials` Paramters that specify the governing equation and bulk rheologies.
12+
* `pylithapp.problem.materials` Parameters that specify the governing equation and bulk rheologies.
1313

1414
The physical properties for each material are specified in spatial database files.
1515
For example, the elastic properties for the continental crust are in `mat_concrust.spatialdb`.

docs/user/examples/subduction-2d/step01-coseismic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ts_type = beuler
108108
At the beginning of the output written to the terminal, we see that PyLith is reading the mesh using the `MeshIOPetsc` reader and that it found the domain to extend from -600 km to +600 km in the x direction and from -600 km to 0 in the y direction.
109109
The output also includes the scales used for nondimensionalization and the default PETSc options.
110110

111-
At the end of the output written to the termial, we see that the solver advanced the solution one time step (static simulation).
111+
At the end of the output written to the terminal, we see that the solver advanced the solution one time step (static simulation).
112112
The linear solve converged after 85 iterations and the norm of the residual met the absolute convergence tolerance (`ksp_atol`) .
113113
The nonlinear solve converged in 1 iteration, which we expect because this is a linear problem, and the residual met the absolute convergence tolerance (`snes_atol`).
114114

0 commit comments

Comments
 (0)