Significant Recent Changes#
PyLith Version 4.1#
Improved runtime performance, including better preconditioners for elasticity with faults and poroelasticity
2D and 3D crustal strike-slip faults examples based on the 2019 Ridgecrest earthquake.
2D subduction zone outer-rise faulting example examining poroelastic response to bending stresses.
pylith_vizutility for plotting PyLith results.Updated
examples/strikeslip-2dandexamples/reverse-2dto demonstrate use of uniform refinement and higher order discretizations to improve resolution of solution.
PyLith Version 4.0#
Changed name of fault Lagrange multiplier field for solution component in Python from
lagrange_faulttolagrange_multiplier_faultto match name of solution field in C++.Removed support for importing meshes from LaGriT.
Change in fault tractions are now included in the fault
data_fieldsfor prescribed slip.Fault and boundary orientation directions are now included in the
info_fieldsfor simulation output.State variables are now included in the default
data_fieldsfor simulation output.The default solver settings use the PETSc proper orthogonal decomposition (POD) methodology for initial guess of solutions to improve convergence.
PyLith Version 3.0#
Major rewrite of the finite-element implementation to support higher order discretizations and flexible specification of the governing equations.
Use of pointwise functions to implement governing equations;
Higher order discretizations;
Problem specification independent of cell shape (quadrilateral vs triangle, hexahedron vs tetrahedron);
Incompressible elasticity;
Poroelasticity; and
Use of PETSc time-stepping algorithms.
Simulations now require metadata, such as description, command line arguments, and PyLith version compatibility.
New utilities
pyre_doc.pyDisplay facilities and components available for a Pyre component;pylith_cfgsearchFind files matching criteria for metadata; andpylith_runnerRun all simulations in a specified path.
New examples
Simple 2-D and 3-D examples of Dirichlet and Neumann boundary conditions without faults;
Prescribed slip on a 2-D through-going strike-slip fault;
Gravitational body forces with elasticity and incompressible elasticity;
Distributed surface loads using Neumann boundary conditions; and
Prescribed slip on a reverse fault with a splay fault.
Documentation is now available online at https://pylith.readthedocs.io.
Import finite-element meshes from Gmsh in addition to Cubit (Exodus II) and LaGriT.
Updated to Python 3.
Pythia/Pyre, spatialdata, and PyLith have all been migrated to Python 3; and
The nemesis package has been merged into Pyre/Pyre.
See Release Notes for a summary of features and bug fixes for each release.