-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the readmes before merging with the master branch
- Loading branch information
1 parent
8cd68c5
commit fa40de6
Showing
5 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
## Release 7.60 | ||
## Release 7.62 | ||
|
||
1. Arbitrary polyhedra and polygons storage is now possible with these six new keywords: | ||
- GmfBoundaryPolygonHeaders: stores the number and the list nodes of each boundary polygon | ||
- GmfBoundaryPolygonVertices: stores the concatenated list of boundary polygons' nodes | ||
- GmfInnerPolygonHeaders: stores the number and the list nodes of each inner polygon (polyhedra's faces) | ||
- GmfInnerPolygonVertices: stores the concatenated list of inner polygons' nodes | ||
- GmfPolyhedraHeaders: stores the number and the list of faces of each polyhedron | ||
- GmfPolyhedraFaces: stores the concatenated list of polyhedra's faces | ||
1. Corrected two bugs: | ||
- GmfOpenMesh: could crash with a stack overflow a present some security issues | ||
- test\_libmeshb\_pipeline.f: the Fortran version of the user's procedure call was crashing | ||
|
||
2. New helpers functions system to easily add specific features related to the libMeshb: | ||
- See the helper's [readme](utilities/libmeshb7_helpers.md) for more information about the new functions to handle polyhedral meshes. |