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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ 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
+
* Update the nondimensionalization code, moving it from SpatialData to PyLith.
12
+
* Rename Nondimensional to Scales.
13
+
* Add displacement scale and improve the names of the other scales.
14
+
* The time scale for poroelasticity is derived from the other scales and nominal material properties.
15
+
* Add discussion of nondimensionalization for each of the governing equations.
16
+
* Update default solver tolerances consistent with new nondimensionalization scales.
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.
11
19
* ASCII mesh format
12
20
* Changed `group` to `vertex-group`; remove `group``type`.
13
21
* Renamed `VertexGroup` to `BoundaryGroup` in `meshio.gmsh_utils` and changed default behavior to not be recursive (generate "face" groups, not "vertex" groups).
0 commit comments