Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    055a6f0c
    · 055a6f0c
    Christophe Geuzaine authored
    change the logic in GenerateMesh():
    
    - never reload the model file--we don't need this trick anymore!
    
    - always only generate the mesh we are asked to generate (pressing
      "1D" should *always* mesh the edges; pressing "2D" should only mesh
      the surfaces, unless there is no 1D mesh). This makes the behavour
      much more predictable when changing mesh attributes interactively.
    055a6f0c
    History
    Christophe Geuzaine authored
    change the logic in GenerateMesh():
    
    - never reload the model file--we don't need this trick anymore!
    
    - always only generate the mesh we are asked to generate (pressing
      "1D" should *always* mesh the edges; pressing "2D" should only mesh
      the surfaces, unless there is no 1D mesh). This makes the behavour
      much more predictable when changing mesh attributes interactively.