Skip to content

Commit ee40272

Browse files
committed
FIX: Use quasi-static instead of quasistatic.
1 parent 893994e commit ee40272

38 files changed

+47
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Description
99

1010
PyLith is an open-source finite-element code for dynamic and
11-
quasistatic simulations of crustal deformation, primarily earthquakes
11+
quasi-static simulations of crustal deformation, primarily earthquakes
1212
and volcanoes.
1313

1414
* Main page: [https://geodynamics.org/resources/pylith](https://geodynamics.org/resources/pylith)

docs/intro/development-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Future implementation of features is guided by several target applications, including
44

5-
* Earthquake cycle modeling with quasistatic simulation of interseismic deformation and dynamic simulation of coseismic deformation.
5+
* Earthquake cycle modeling with quasi-static simulation of interseismic deformation and dynamic simulation of coseismic deformation.
66
* Inversion of geodetic data for slow slip events, fault creep, and long-term fault slip rates.
77
* Quasistatic and dynamic modeling of fluids and faulting.
88

docs/user/examples/box-2d/step01_axialdisp-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
* spatialdata.spatialdb.UniformDB
1010
* pylith.meshio.DataWriterHDF5
1111
* Static simulation
12-
* ILU preconditioner
12+
* LU preconditioner
1313
* pylith.bc.DirichletTimeDependent
1414
* spatialdata.spatialdb.ZeroDB

docs/user/examples/box-2d/step02_sheardisp-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
* spatialdata.spatialdb.UniformDB
1010
* pylith.meshio.DataWriterHDF5
1111
* Static simulation
12-
* ILU preconditioner
12+
* LU preconditioner
1313
* pylith.bc.DirichletTimeDependent
1414
* spatialdata.spatialdb.SimpleDB

docs/user/examples/box-2d/step03_sheardisptract-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* spatialdata.spatialdb.UniformDB
1010
* pylith.meshio.DataWriterHDF5
1111
* Static simulation
12-
* ILU preconditioner
12+
* LU preconditioner
1313
* pylith.bc.DirichletTimeDependent
1414
* pylith.bc.NeumannTimeDependent
1515
* spatialdata.spatialdb.SimpleDB

docs/user/examples/box-2d/step04_sheardispic-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* spatialdata.spatialdb.UniformDB
1010
* pylith.meshio.DataWriterHDF5
1111
* Static simulation
12-
* ILU preconditioner
12+
* LU preconditioner
1313
* pylith.problems.InitialConditionDomain
1414
* pylith.bc.DirichletTimeDependent
1515
* spatialdata.spatialdb.SimpleDB

docs/user/examples/box-2d/step05_sheardisptractrate-synopsis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* pylith.materials.IsotropicLinearElasticity
99
* spatialdata.spatialdb.UniformDB
1010
* pylith.meshio.DataWriterHDF5
11-
* Quasistatic simulation
11+
* Quasi-static simulation
1212
* backward Euler time stepping
13-
* ILU preconditioner
13+
* LU preconditioner
1414
* pylith.bc.DirichletTimeDependent
1515
* pylith.bc.NeumannTimeDependent
1616
* spatialdata.spatialdb.SimpleDB

docs/user/examples/box-3d/step01_axialdisp-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
* pylith.meshio.OutputSolnBoundary
1111
* pylith.meshio.DataWriterHDF5
1212
* Static simulation
13-
* ILU preconditioner
13+
* LU preconditioner
1414
* pylith.bc.DirichletTimeDependent
1515
* spatialdata.spatialdb.ZeroDB

docs/user/examples/box-3d/step02_sheardisp-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* pylith.meshio.OutputSolnBoundary
1111
* pylith.meshio.DataWriterHDF5
1212
* Static simulation
13-
* ILU preconditioner
13+
* LU preconditioner
1414
* pylith.bc.DirichletTimeDependent
1515
* spatialdata.spatialdb.SimpleDB
1616
* spatialdata.spatialdb.ZeroDB

docs/user/examples/box-3d/step03_sheardisptract-synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* pylith.meshio.OutputSolnBoundary
1111
* pylith.meshio.DataWriterHDF5
1212
* Static simulation
13-
* ILU preconditioner
13+
* LU preconditioner
1414
* pylith.bc.DirichletTimeDependent
1515
* pylith.bc.NeumannTimeDependent
1616
* spatialdata.spatialdb.SimpleDB

0 commit comments

Comments
 (0)