12#ifndef ARCANE_CORE_IMESHPARTITIONERBASE_H
13#define ARCANE_CORE_IMESHPARTITIONERBASE_H
Declarations of Arcane's general types.
Interface of a mesh partitioner.
virtual IPrimaryMesh * primaryMesh()=0
Associated mesh.
virtual ~IMeshPartitionerBase()=default
Releases resources.
virtual void partitionMesh(bool initial_partition)=0
virtual void notifyEndPartition()=0
Notification when a re-partitioning finishes (after entity exchange).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --