12#ifndef ARCANE_MATERIALS_MATERIALSGLOBAL_H
13#define ARCANE_MATERIALS_MATERIALSGLOBAL_H
17#include "arcane/core/materials/MaterialsCoreGlobal.h"
24#ifdef ARCANE_COMPONENT_arcane_materials
25#define ARCANE_MATERIALS_EXPORT ARCANE_EXPORT
27#define ARCANE_MATERIALS_EXPORT ARCANE_IMPORT
42class IMeshEnvironment;
43class IMeshMaterialVariable;
44class IMeshMaterialMng;
45class ComponentItemInternal;
47class ComponentItemVector;
48class ComponentItemVectorView;
49class ComponentPartItemVectorView;
50class ComponentPurePartItemVectorView;
51class ComponentImpurePartItemVectorView;
52class EnvPartItemVectorView;
53class EnvPurePartItemVectorView;
54class EnvImpurePartItemVectorView;
55class EnvItemVectorView;
56class MatPartItemVectorView;
57class MatPurePartItemVectorView;
58class MatImpurePartItemVectorView;
59class MatItemVectorView;
60class MaterialVariableBuildInfo;
61class MeshMaterialVariableSynchronizerList;
62class MeshMaterialVariable;
64class IMeshMaterialSynchronizeBuffer;
65class ConstituentConnectivityList;
67class AllCellToAllEnvCellContainer;
69class MaterialModifierOperation;
72class ConstituentModifierWorkInfo;
73class MeshMaterialExchangeMng;
74class MeshMaterialModifierImpl;
76template <
typename DataType>
class ItemMaterialVariableScalar;
77template <
typename ItemType,
typename DataType>
class MeshMaterialVariableScalar;
78template <
typename ItemType,
typename DataType>
class MeshMaterialVariableArray;
80using MeshMaterialVariableFactoryVariableRefCreateFunc = IMeshMaterialVariable* (*)(
const MaterialVariableBuildInfo& vb);
Active toujours les traces dans les parties Arcane concernant les matériaux.
eModificationFlags
flags pour paramétrer le comportement lors d'une modification de matériaux ou milieux.
@ OptimizeMultiMaterialPerEnvironment
Active les optimisations lorsque plusieurs matériaux sont présents dans un milieu.
@ GenericOptimize
Active les optimisations génériques.
@ IncrementalRecompute
Indique qu'on utilise la version incrémentale de AllEnvData::forceRecompute().
@ OptimizeMultiAddRemove
Active les optimisations pour les ajouts/supressions multiples.