Skip to content
Snippets Groups Projects
Commit d99bcb67 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix checkpointing tests

Test failed since mesh id is now incremented in sequential when mesh
dispatching is called. This change is done to force a consistent
behavior when load_balance is called in sequential or in parallel:
- a "new" mesh is returned in sequential (a shallow copy is performed
  and id is incremented)
- this allows to check that discrete functions are defined on the same
  "balanced" mesh even for sequential calculations (when preparing a
  calculation for instance)
parent 3409f456
No related branches found
No related tags found
1 merge request!204Remove m_cell_global_index from Connectivity
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