14#include "arcane/utils/FatalErrorException.h"
15#include "arcane/utils/TraceInfo.h"
17#include "arcane/ISubDomain.h"
19#include "arcane/mesh/MeshExchangeMng.h"
20#include "arcane/mesh/MeshExchanger.h"
21#include "arcane/mesh/DynamicMesh.h"
27ARCANE_MESH_BEGIN_NAMESPACE
36MeshExchangeMng(DynamicMesh* mesh)
37: TraceAccessor(mesh->traceMng())
70 MeshExchanger*
ex =
new MeshExchanger(m_mesh,m_mesh->subDomain()->timeStats());
82 ARCANE_FATAL(
"Can not call endExchange() without calling beginExchange() before");
84 m_exchanger =
nullptr;
99ARCANE_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.