12#ifndef ARCANE_MESH_TIEDINTERFACEMNG_H
13#define ARCANE_MESH_TIEDINTERFACEMNG_H
17#include "arcane/utils/TraceAccessor.h"
18#include "arcane/utils/List.h"
20#include "arcane/mesh/MeshGlobal.h"
22#include "arcane/VariableTypes.h"
34class IMeshPartitionConstraint;
39ARCANE_MESH_BEGIN_NAMESPACE
57 TiedInterfaceMng(DynamicMesh*
mesh);
58 virtual ~TiedInterfaceMng();
62 void computeTiedInterfaces(
const XmlNode& mesh_node);
63 void prepareTiedInterfacesForDump();
64 void readTiedInterfacesFromDump();
65 bool hasTiedInterface()
67 return !m_tied_interfaces.empty();
71 return m_tied_interfaces;
74 ISubDomain* subDomain() {
return m_sub_domain; }
77 return m_true_tied_interfaces;
97 void _deleteTiedInterfaces();
98 void _applyTiedInterfaceStructuration(
TiedInterface* tied_interface);
104ARCANE_MESH_END_NAMESPACE
Vue constante d'un tableau de type T.
Interface d'une contrainte de partitionnement d'un maillage.
Interface du gestionnaire d'un sous-domaine.
Chaîne de caractères unicode.
Informations sur les semi-conformitées du maillage.
TraceAccessor(ITraceMng *m)
Construit un accesseur via le gestionnaire de trace m.
Vecteur 1D de données avec sémantique par valeur (style STL).
VariableRefArrayT< Int64 > VariableArrayInt64
Variable tableau de type entier 64 bits.
VariableRefArrayT< String > VariableArrayString
Variable tableau de type chaîne de caractères.
VariableRefArrayT< Real2 > VariableArrayReal2
Variable tableau de type coordonnées (x,y)
List< ITiedInterface * > TiedInterfaceList
Tableau d'interfaces liées.
Collection< ITiedInterface * > TiedInterfaceCollection
Collection d'interfaces liées.