You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,19 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
9
9
10
10
***Changed**
11
11
* Updated `examples/strikeslip-2d` Steps 4-7 to use a more realistic slip distribution and mesh refinement in output.
12
-
* Updated to PETSc 3.22.0
12
+
* Updated to PETSc 3.22.2
13
13
* Switch CI from Azure Pipelines to GitHub Actions.
14
14
***Added**
15
15
* Default filenames for progress monitor and parameters file are set from the simulation name like
16
16
the other output files.
17
17
* Consistency check for material properties and scales used in nondimensionalization (currently just the shear modulus).
18
-
*Add section to User Guide on troubleshooting solver issues.
19
-
*Add section to User Guide on how to run PyLith binary offline.
18
+
*Added section to User Guide on troubleshooting solver issues.
19
+
*Added section to User Guide on how to run PyLith binary offline.
20
20
* Allow output on a finer resolution mesh than used in the simulation to facilitate accurate representation of fields with a basis order of 2 or greater.
21
21
***Fixed**
22
-
* Fix inconsistency in normal direction on fault surfaces. Orientation was correct but direction was flipped at some locations. This affected local slip direction and the resulting deformation close to the fault. This bug fix was not in version 4.1.3.
23
-
* Update autoconf numpy macros for compatibility with location of include files in numpy version 2.x.
22
+
* Fixed inconsistency in normal direction on fault surfaces. Orientation was correct but direction was flipped at some locations. This affected local slip direction and the resulting deformation close to the fault. This bug fix in a PETSc branch was not in version 4.1.3.
23
+
* Updated `TimeDependentAuxiliaryFactory::updateAuxiliaryField()` to account for some processes potentially not having points in a boundary condition (`auxiliaryFieldArray == NULL_PTR`).
24
+
* Updated autoconf numpy macros for compatibility with location of include files in numpy version 2.x.
Copy file name to clipboardExpand all lines: docs/intro/preface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The following peer-reviewed paper discusses the development of PyLith:
17
17
18
18
To cite the software and manual, use:
19
19
20
-
- Aagaard, B., M. Knepley, C. Williams (2024a), *PyLith v4.1.3.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.13134616.
20
+
- Aagaard, B., M. Knepley, C. Williams (2025a), *PyLith v4.2.0.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.14635926.
21
21
22
-
- Aagaard, B., M. Knepley, C. Williams (2024b), *PyLith Manual, Version 4.1.3.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v4.1.3
22
+
- Aagaard, B., M. Knepley, C. Williams (2025b), *PyLith Manual, Version 4.2.0.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v4.2.0
23
23
24
24
## Publishing Models
25
25
@@ -43,7 +43,7 @@ Common output files include the solution fields and state variables as `.h5`, `.
43
43
44
44
The configuration files, parameters of the simulation, and solution field for the models in this study are available at DOI (Authors X, Y, Z) under CC BY-NC-SA 4.0.
45
45
46
-
PyLith version 4.1.3 (Aagaard et al., 2013; Aagaard et al., 2023a; Aagaard et al., 2023b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.11479383).
46
+
PyLith version 4.2.0 (Aagaard et al., 2013; Aagaard et al., 2025a; Aagaard et al., 2025b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.14635926).
47
47
The project is being actively developed on GitHub and can be accessed via https://github.com/geodynamics/pylith.
0 commit comments