Skip to content

Commit 56a0c33

Browse files
Merge pull request #486 from geodynamics/baagaard/update-examples-3dsubduction
Update examples/subduction-3d (steps 1-4) for v3.0
2 parents 37a2ac7 + ee40272 commit 56a0c33

File tree

134 files changed

+7151
-1112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+7151
-1112
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ autom4te.cache
2525
/build
2626
/dist
2727
output/
28-
examples/3d/subduction/mesh/geometry_surfs.jou
29-
examples/3d/subduction/mesh/*.exo
30-
examples/3d/subduction/mesh/*.sat
31-
examples/3d/subduction/spatialdb/fault_slabtop_slowslip.spatialdb
32-
examples/3d/subduction/spatialdb/fault_slabtop_slowslip.timedb
33-
examples/3d/subduction/spatialdb/mat_initial_stress_grav-*.spatialdb
28+
examples/subduction-3d/scratch/*.spatialdb
29+
examples/subduction-3d/scratch/*.sat
30+
examples/subduction-3d/scratch/*.txt
31+
examples/subduction-3d/scratch/*.jou
32+
examples/subduction-3d/input/*.exo
3433
/docs/_build/
3534
/doc-latex/userguide/userguide.pdf
3635
/doc-latex/userguide/userguide.aux

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/Makefile.am

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,34 @@ dist_noinst_DATA = \
392392
user/examples/subduction-2d/figs/step03-diagram.svg \
393393
user/examples/subduction-2d/figs/step03-solution.jpg \
394394
user/examples/subduction-3d/index.md \
395+
user/examples/subduction-3d/common-information.md \
396+
user/examples/subduction-3d/exercises.md \
397+
user/examples/subduction-3d/meshing-cubit.md \
398+
user/examples/subduction-3d/step01-axialdisp.md \
399+
user/examples/subduction-3d/step02-coseismic.md \
400+
user/examples/subduction-3d/step03-interseismic.md \
401+
user/examples/subduction-3d/step04-eqcycle.md \
402+
user/examples/subduction-3d/figs/cascadia.png \
403+
user/examples/subduction-3d/figs/conceptualmodel.png \
404+
user/examples/subduction-3d/figs/cubit-geometry-patch.png \
405+
user/examples/subduction-3d/figs/cubit-geometry.png \
406+
user/examples/subduction-3d/figs/cubit-mesh.jpg \
407+
user/examples/subduction-3d/figs/diagrams.tex \
408+
user/examples/subduction-3d/figs/generate.sh \
409+
user/examples/subduction-3d/figs/step01-diagram.pdf \
410+
user/examples/subduction-3d/figs/step01-diagram.svg \
411+
user/examples/subduction-3d/figs/step01-solution.jpg \
412+
user/examples/subduction-3d/figs/step02-diagram.pdf \
413+
user/examples/subduction-3d/figs/step02-diagram.svg \
414+
user/examples/subduction-3d/figs/step02-solution.jpg \
415+
user/examples/subduction-3d/figs/step03-diagram.pdf \
416+
user/examples/subduction-3d/figs/step03-diagram.svg \
417+
user/examples/subduction-3d/figs/step03-solution.jpg \
418+
user/examples/subduction-3d/figs/step04-diagram.pdf \
419+
user/examples/subduction-3d/figs/step04-diagram.svg \
420+
user/examples/subduction-3d/figs/step04-solution.jpg \
421+
user/examples/subduction-3d/figs/step06-diagram.pdf \
422+
user/examples/subduction-3d/figs/step06-diagram.svg \
395423
user/examples/examples-other.md \
396424
user/examples/index.md \
397425
user/examples/paraview-python.md \

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

0 commit comments

Comments
 (0)