12#ifndef ARCANE_MESH_EXTERNALPARTITIONCONSTRAINT_H
13#define ARCANE_MESH_EXTERNALPARTITIONCONSTRAINT_H
17#include "arcane/ItemTypes.h"
19#include "arcane/VariableTypes.h"
21#include "arcane/IMeshPartitionConstraint.h"
22#include "arcane/mesh/MeshGlobal.h"
35ARCANE_MESH_BEGIN_NAMESPACE
48 : m_mesh(mesh), m_constraints(constraints)
62ARCANE_MESH_END_NAMESPACE
Tableau d'items de types quelconques.
Interface d'une contrainte de partitionnement d'un maillage.
virtual void addLinkedCells(Int64Array &linked_cells, Int32Array &linked_owners)=0
Ajoute un ensemble de contraintes sur les mailles.
Lecteur des fichiers de maillage via la bibliothèque LIMA.