14#ifndef ARCANE_CORE_INTERNAL_ILOADBALANCEMNGINTERNAL_H
15#define ARCANE_CORE_INTERNAL_ILOADBALANCEMNGINTERNAL_H
52 virtual void setMassAsCriterion(
IMesh*
mesh,
bool active) =0;
53 virtual void setNbCellsAsCriterion(
IMesh*
mesh,
bool active) =0;
54 virtual void setCellCommContrib(
IMesh*
mesh,
bool active) = 0;
55 virtual void setComputeComm(
IMesh*
mesh,
bool active) = 0;
61 virtual bool cellCommContrib(
IMesh*
mesh) = 0;
66 virtual void endAccess() =0;
67 virtual void notifyEndPartition() =0;
API interne à Arcane de ILoadBalanceMng.
virtual ~ILoadBalanceMngInternal()=default
Libère les ressources.
Chaîne de caractères unicode.
MeshVariableScalarRefT< Cell, Real > VariableCellReal
Grandeur au centre des mailles de type réel.
MeshVariableScalarRefT< Face, Int32 > VariableFaceInt32
Grandeur aux faces de type entier 32 bits.
MeshVariableScalarRefT< Face, Real > VariableFaceReal
Grandeur aux faces de type réel.
MeshVariableScalarRefT< Cell, Int32 > VariableCellInt32
Grandeur au centre des mailles de type entier 32 bits.
MeshVariableArrayRefT< Cell, Real > VariableCellArrayReal
Grandeur au centre des mailles de type tableau de réel.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.