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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,12 @@ The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases in
11
11
* Expanded the section of the manual discussing mesh generation with Cubit and Gmsh. Added a list of useful functions in the Cubit and Gmsh Python interfaces.
12
12
* Added a test to verify Gmsh files with entities that are not embedded generate errors when read via `MeshIOPetsc`.
13
13
* Expanded section of manual discussing installation on Windows Subsystem for Linux, including components needed to run GUI applications (Gmsh and `pylith_viz`).
14
+
* Add Gmsh Python script and corresponding mesh in `examples/magma-2d`.
14
15
***Fixed**
15
16
* Added output of fault traction change when computing static Green's functions.
17
+
* Turn on PETSc HDF5 collective input and output by default. This resolves errors when using HDF5 1.14 on NFS filesystems.
18
+
* Include all necessary files from `examples/subduction-3d` in source and binary packages.
19
+
* Fix typos in documentation and update Components section of User Guide (sync with code).
0 commit comments