Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    950e8323
    · 950e8323
    Christophe Geuzaine authored
    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.
    950e8323
    History
    Christophe Geuzaine authored
    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.