Skip to content
Snippets Groups Projects
Commit ed11f34e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Onelab "changed" flag is now multi-level (not just true/false). This allows...

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

parent 0f0f1535
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment