12#ifndef ARCANE_CORE_EXTERNALPARTITIONCONSTRAINT_H
13#define ARCANE_CORE_EXTERNALPARTITIONCONSTRAINT_H
18#include "arcane/core/VariableTypes.h"
19#include "arcane/core/IMeshPartitionConstraint.h"
30class ARCANE_CORE_EXPORT ExternalPartitionConstraint
37 , m_constraints(constraints)
45 IMesh* m_mesh =
nullptr;
Declarations of types on entities.
Modifiable view of an array of type T.
virtual void addLinkedCells(Int64Array &linked_cells, Int32Array &linked_owners)
Adds a set of constraints on the cells.
Interface of a mesh partitioning constraint.
1D data vector with value semantics (STL style).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Array< Int64 > Int64Array
Dynamic one-dimensional array of 64-bit integers.
Array< Int32 > Int32Array
Dynamic one-dimensional array of 32-bit integers.