Skip to content
  • Christophe Geuzaine's avatar
    Onelab "changed" flag is now multi-level (not just true/false). This allows... · ed11f34e
    Christophe Geuzaine authored
    Onelab "changed" flag is now multi-level (not just true/false). This allows finer granularity for complex clients. For example, Gmsh now responds to 4 levels of "changed"
    
    - changed == 0: nothing to do
    - changed == 1: only save the mesh (useful if we only chanaged some physical groups)
    - changed == 2: only remesh and save the mesh (useful if we only changed some meshing paramaters)
    - changed >= 3: reload geometry, remesh and save the mesh
    
    
    ed11f34e