14#include "arcane/utils/FatalErrorException.h"
15#include "arcane/utils/TraceInfo.h"
17#include "arcane/core/ISubDomain.h"
19#include "arcane/mesh/MeshExchangeMng.h"
20#include "arcane/mesh/MeshExchanger.h"
26ARCANE_MESH_BEGIN_NAMESPACE
35MeshExchangeMng(IMesh* mesh)
36: TraceAccessor(mesh->traceMng())
69 MeshExchanger*
ex =
new MeshExchanger(m_mesh,m_mesh->subDomain()->timeStats());
81 ARCANE_FATAL(
"Can not call endExchange() without calling beginExchange() before");
83 m_exchanger =
nullptr;
92 return m_mesh->toPrimaryMesh();
98ARCANE_MESH_END_NAMESPACE
#define ARCANE_FATAL(...)
Macro envoyant une exception FatalErrorException.
Gestion d'un échange de maillage entre sous-domaines.
Lecteur des fichiers de maillage via la bibliothèque LIMA.