12#ifndef ARCANE_CORE_IINITIALPARTITIONER_H
13#define ARCANE_CORE_IINITIALPARTITIONER_H
43 virtual void build() = 0;
Declarations of Arcane's general types.
Constant view of an array of type T.
Interface of an initial partitioner.
virtual void partitionAndDistributeMeshes(ConstArrayView< IMesh * > meshes)=0
Partitions the meshes.
virtual ~IInitialPartitioner()=default
Releases resources.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --