Skip to content
Snippets Groups Projects

Remove m_cell_global_index from Connectivity

Merged Stéphane Del Pino requested to merge feature/loadbalancing into develop
Compare changes
  • Side-by-side
  • Inline
Files
5
  • d99bcb67
    Fix checkpointing tests · d99bcb67
    Stéphane Del Pino authored
    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)
Loading