12#ifndef ARCANE_IMPL_LOADBALANCEMNG_H
13#define ARCANE_IMPL_LOADBALANCEMNG_H
17#include "arcane/core/ILoadBalanceMng.h"
32class ARCANE_IMPL_EXPORT LoadBalanceMng
38 LoadBalanceMng(
ISubDomain* sd,
bool mass_as_criterion);
51 void reset()
override;
58 void setNbCellsAsCriterion(
bool active =
true)
override;
59 void setCellCommContrib(
bool active =
true)
override;
60 bool cellCommContrib()
const override;
61 void setComputeComm(
bool active =
true)
override;
63 void initAccess(
IMesh*
mesh=
nullptr)
override;
68 void endAccess()
override;
69 void notifyEndPartition()
override;
80 void _init(
bool use_mass_as_criterion,
bool is_legacy_init);
81 static bool _isLegacyInit();
API interne à Arcane de ILoadBalanceMng.
Interface d'enregistrement des variables pour l'equilibrage de charge.
Interface du gestionnaire d'un sous-domaine.
void addMass(VariableCellInt32 &count, const String &entity="") override
void setMassAsCriterion(bool active=true) override
ILoadBalanceMngInternal * _internalApi() override
API interne à Arcane.
Référence à une instance.
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.