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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,19 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
13
13
* Add displacement scale and improve the names of the other scales.
14
14
* The time scale for poroelasticity is derived from the other scales and nominal material properties.
15
15
* Add discussion of nondimensionalization for each of the governing equations.
16
-
* Update default solver tolerances consistent with new nondimensionalization scales.
16
+
* Update default solver tolerances consistent with the new nondimensionalization scales.
17
17
* Add option to use adaptive time stepping and update examples `reverse-2d` Steps 7 and 8 and `magma-2d` Step 1 to demonstrate its use.
18
-
* Update solver settings for elasticity for better scalability with problem size.
19
-
* ASCII mesh format
20
-
* Changed `group` to `vertex-group`; remove `group``type`.
21
-
* Renamed `VertexGroup` to `BoundaryGroup` in `meshio.gmsh_utils` and changed default behavior to not be recursive (generate "face" groups, not "vertex" groups).
18
+
* Update multi-grid preconditioner solver settings for elasticity for better scalability with problem size.
19
+
* Mesh formats
20
+
* Add support for use of Cubit side sets and Gmsh physical groups with edges (2D) and surfaces (3D). Use of Cubit vertex sets and Gmsh physical groups with vertices are deprecated and support for them will be removed in version 6.0.0.
21
+
* Use of Cubit side sets and Gmsh physical groups with curves (2D) and surfaces (3D) are using
22
+
* ASCII mesh format
23
+
* Changed `group` to `vertex-group`; remove `group``type`.
24
+
* Renamed `VertexGroup` to `BoundaryGroup` in `meshio.gmsh_utils` and changed default behavior to not be recursive (generate "face" groups, not "vertex" groups).
22
25
* Use the VTU (XML) format for VTK files instead of the legacy ASCII format.
23
26
* 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.
24
27
* Internal labels for meshes and fields are now derived from the Pyre component name and identifier.
25
-
* Update PETSc to 3.23.1
28
+
* Update PETSc to 3.24.0
26
29
***Added**
27
30
* Improved documentation for `pylith_eqinfo` and illustrate use in `examples/strikdslip-2d`, `examples/crustal-strikeslip-2d`, and `examples/crustal-strikeslip-3d`.
28
31
* Added `pylith_convertmesh` for converting Cubit and Gmsh files to the PETSc HDF5 mesh format.
0 commit comments