Added basic meshlib classes for nodes, elements and meshes.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- MathLib/MathTools.cpp 24 additions, 0 deletionsMathLib/MathTools.cpp
- MathLib/MathTools.h 4 additions, 0 deletionsMathLib/MathTools.h
- MeshLib/CMakeLists.txt 24 additions, 0 deletionsMeshLib/CMakeLists.txt
- MeshLib/Elements/Cell.cpp 27 additions, 0 deletionsMeshLib/Elements/Cell.cpp
- MeshLib/Elements/Cell.h 39 additions, 0 deletionsMeshLib/Elements/Cell.h
- MeshLib/Elements/Edge.cpp 46 additions, 0 deletionsMeshLib/Elements/Edge.cpp
- MeshLib/Elements/Edge.h 47 additions, 0 deletionsMeshLib/Elements/Edge.h
- MeshLib/Elements/Element.cpp 42 additions, 0 deletionsMeshLib/Elements/Element.cpp
- MeshLib/Elements/Element.h 54 additions, 0 deletionsMeshLib/Elements/Element.h
- MeshLib/Elements/Face.cpp 27 additions, 0 deletionsMeshLib/Elements/Face.cpp
- MeshLib/Elements/Face.h 42 additions, 0 deletionsMeshLib/Elements/Face.h
- MeshLib/Elements/Hex.cpp 44 additions, 0 deletionsMeshLib/Elements/Hex.cpp
- MeshLib/Elements/Hex.h 48 additions, 0 deletionsMeshLib/Elements/Hex.h
- MeshLib/Elements/Prism.cpp 49 additions, 0 deletionsMeshLib/Elements/Prism.cpp
- MeshLib/Elements/Prism.h 47 additions, 0 deletionsMeshLib/Elements/Prism.h
- MeshLib/Elements/Pyramid.cpp 48 additions, 0 deletionsMeshLib/Elements/Pyramid.cpp
- MeshLib/Elements/Pyramid.h 47 additions, 0 deletionsMeshLib/Elements/Pyramid.h
- MeshLib/Elements/Quad.cpp 47 additions, 0 deletionsMeshLib/Elements/Quad.cpp
- MeshLib/Elements/Quad.h 47 additions, 0 deletionsMeshLib/Elements/Quad.h
Loading
Please register or sign in to comment