Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    8c33ad3e
    · 8c33ad3e
    Christophe Geuzaine authored
    never ever change the immutable vertex numbers: otherwise we cannot use
    our algorithms from outside with prescribed boundary meshes
    
    -> use MVertex::_index instead
    
    (renamed setNum to forceNum to make sure we don't use setNum by mistake)
    8c33ad3e
    History
    Christophe Geuzaine authored
    never ever change the immutable vertex numbers: otherwise we cannot use
    our algorithms from outside with prescribed boundary meshes
    
    -> use MVertex::_index instead
    
    (renamed setNum to forceNum to make sure we don't use setNum by mistake)