Remove m_cell_global_index from Connectivity
- Feb 26, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
This is intended to ensure that the code behaves the same for parallel and sequential calculations
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 25, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 24, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 23, 2025
-
-
Stéphane Del Pino authored
-
- Feb 22, 2025
-
-
Stéphane Del Pino authored
-
- Feb 21, 2025
-
-
Stéphane Del Pino authored
-
- Feb 19, 2025
-
-
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)
-
Stéphane Del Pino authored
Load balancing is performed on a list of discrete functions that live on a common mesh. Their values are transferred according to the new partitioning of the mesh.
-
Stéphane Del Pino authored
It allows to get the mesh that carries a discrete function
-
- Feb 18, 2025
-
-
Stéphane Del Pino authored
-
- Feb 17, 2025
-
-
Stéphane Del Pino authored
-
- Feb 11, 2025
-
-
Stéphane Del Pino authored
Cells and nodes look ok. Faces (and probably edges are not correctly exchanged yet)
-
- Feb 10, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 07, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 05, 2025
-
-
Stéphane Del Pino authored
[ci-skip]
-
Stéphane Del Pino authored
-
- Feb 04, 2025
-
-
Stéphane Del Pino authored
And continue fixing ConnectivityDispatcher issues when called in parallel
-
- Feb 03, 2025
-
-
Stéphane Del Pino authored
- now this information is computed when needed (load balance) - closes #11
-
Stéphane Del Pino authored
-