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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,20 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
8
8
## Version 5.0.0
9
9
10
10
***Changed**
11
+
* ASCII mesh format
12
+
* Changed `group` to `vertex-group`; remove `group``type`.
11
13
* Use the VTU (XML) format for VTK files instead of the legacy ASCII format.
14
+
* Renamed `VertexGroup` to `BoundaryGroup` in `meshio.gmsh_utils` and changed default behavior to not be recursive (generate "face" groups, not "vertex" groups).
15
+
* Material `description` property is no longer used; a deprecation warning is printed to stdout if it is specified. This feature will be removed in v6.0.
16
+
* Internal labels for meshes and fields are now derived from the Pyre component name and identifier.
12
17
* Update PETSc to 3.22.3
13
18
***Added**
14
19
* Improve documentation for pylith_eqinfo and illustrate its use in examples.
15
-
20
+
* Add support for specifying boundary conditions using marked boundaries rather than vertices.
21
+
*`MeshIOAscii`: Use `face-group` for specifying boundary conditions via cell and `face` vertices.
22
+
*`MeshIOCubit`: Read sidesets from ExodusII files (generated by Cubit).
23
+
*`Gmsh`: Create physical groups only at the dimension of the boundary.
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 (2025a), *PyLith v4.2.0.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.14635926.
20
+
- Aagaard, B., M. Knepley, C. Williams (2025a), *PyLith v5.0.0.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.14635926.
21
21
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
22
+
- Aagaard, B., M. Knepley, C. Williams (2025b), *PyLith Manual, Version 5.0.0.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v5.0.0
23
23
24
24
## Publishing Models
25
25
@@ -41,7 +41,7 @@ Common output files include the solution fields and state variables in `.h5`, `.
41
41
42
42
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.
43
43
44
-
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).
44
+
PyLith version 5.0.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).
45
45
The project is being actively developed on GitHub and can be accessed via https://github.com/geodynamics/pylith.
0 commit comments