12#ifndef ARCANE_CORE_IGRIDMESHPARTITIONER_H
13#define ARCANE_CORE_IGRIDMESHPARTITIONER_H
17#include "arcane/core/IMeshPartitionerBase.h"
Interface of a mesh partitioner on a grid.
virtual void setBoundingBox(Real3 min_val, Real3 max_val)=0
Positions the bounding box of our subdomain.
virtual void applyMeshPartitioning(IMesh *mesh)=0
Applies the repartitioning to the mesh mesh.
virtual void setPartIndex(Int32 i, Int32 j, Int32 k)=0
Index (i,j,k) of the part.
Interface of a mesh partitioner.
Class managing a 3-dimensional real vector.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int32_t Int32
Signed integer type of 32 bits.