-
- Downloads
The "Simplex" class is now derived from a new class "SimplexBase", which contains only pointers to the nodes, and none of the other stuff necessary for the actual mesh generation. All the input/output/display routines have been rewritten in terms of SimplexBase: this provides a gain of almost 50% in memory when you just load meshes from .msh files to do visualization stuff, instead of actually generating the mesh.
Showing
- Common/DefaultOptions.h 2 additions, 2 deletionsCommon/DefaultOptions.h
- Fltk/GUI.cpp 2 additions, 2 deletionsFltk/GUI.cpp
- Graphics/Mesh.cpp 51 additions, 7 deletionsGraphics/Mesh.cpp
- Makefile 3 additions, 3 deletionsMakefile
- Mesh/Create.cpp 10 additions, 1 deletionMesh/Create.cpp
- Mesh/Element.cpp 59 additions, 66 deletionsMesh/Element.cpp
- Mesh/Element.h 9 additions, 4 deletionsMesh/Element.h
- Mesh/Generator.cpp 3 additions, 3 deletionsMesh/Generator.cpp
- Mesh/Mesh.h 3 additions, 3 deletionsMesh/Mesh.h
- Mesh/MeshQuality.cpp 7 additions, 6 deletionsMesh/MeshQuality.cpp
- Mesh/Print_Mesh.cpp 126 additions, 90 deletionsMesh/Print_Mesh.cpp
- Mesh/Read_Mesh.cpp 12 additions, 12 deletionsMesh/Read_Mesh.cpp
- Mesh/Simplex.cpp 210 additions, 188 deletionsMesh/Simplex.cpp
- Mesh/Simplex.h 35 additions, 26 deletionsMesh/Simplex.h
- doc/VERSIONS 2 additions, 2 deletionsdoc/VERSIONS
- doc/texinfo/gmsh.texi 3 additions, 3 deletionsdoc/texinfo/gmsh.texi
- doc/texinfo/opt_mesh.texi 2 additions, 2 deletionsdoc/texinfo/opt_mesh.texi
Loading
Please register or sign in to comment