[file SimpleTests/MeshTests/CollapseMeshNodes.cpp]
- added (a not yet finished version) CollapseMeshNodes programme - changes in SimpleTests/MeshTests/CMakeLists.txt [MeshCoarsener] - new class used by CollapseMeshNodes - can be used to make mesh nodes unique within a small epsilon radius [MeshIO] - added writing functionality for old mesh format [GeoLib::Grid] - changed interface (method getPointsWithinCube() -> getVecsOfGridCellsIntersectingCube()) - corrected documentation [all mesh elements] - added method clone() - added method getType() - removed attribute type from abstract base class Element
Showing
- FileIO/MeshIO.cpp 41 additions, 14 deletionsFileIO/MeshIO.cpp
- FileIO/MeshIO.h 1 addition, 0 deletionsFileIO/MeshIO.h
- GeoLib/Grid.h 30 additions, 24 deletionsGeoLib/Grid.h
- MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp 1 addition, 1 deletion...Lib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
- MeshLib/Elements/Cell.cpp 3 additions, 5 deletionsMeshLib/Elements/Cell.cpp
- MeshLib/Elements/Cell.h 8 additions, 1 deletionMeshLib/Elements/Cell.h
- MeshLib/Elements/Edge.cpp 8 additions, 4 deletionsMeshLib/Elements/Edge.cpp
- MeshLib/Elements/Edge.h 3 additions, 0 deletionsMeshLib/Elements/Edge.h
- MeshLib/Elements/Element.cpp 11 additions, 4 deletionsMeshLib/Elements/Element.cpp
- MeshLib/Elements/Element.h 16 additions, 3 deletionsMeshLib/Elements/Element.h
- MeshLib/Elements/Face.cpp 3 additions, 5 deletionsMeshLib/Elements/Face.cpp
- MeshLib/Elements/Face.h 8 additions, 1 deletionMeshLib/Elements/Face.h
- MeshLib/Elements/Hex.cpp 7 additions, 3 deletionsMeshLib/Elements/Hex.cpp
- MeshLib/Elements/Hex.h 12 additions, 0 deletionsMeshLib/Elements/Hex.h
- MeshLib/Elements/Prism.cpp 8 additions, 3 deletionsMeshLib/Elements/Prism.cpp
- MeshLib/Elements/Prism.h 13 additions, 0 deletionsMeshLib/Elements/Prism.h
- MeshLib/Elements/Pyramid.cpp 7 additions, 3 deletionsMeshLib/Elements/Pyramid.cpp
- MeshLib/Elements/Pyramid.h 13 additions, 0 deletionsMeshLib/Elements/Pyramid.h
- MeshLib/Elements/Quad.cpp 9 additions, 3 deletionsMeshLib/Elements/Quad.cpp
- MeshLib/Elements/Quad.h 12 additions, 0 deletionsMeshLib/Elements/Quad.h
Loading
Please register or sign in to comment