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;
68class MaterialModifierOperation;
71class ConstituentModifierWorkInfo;
72class MeshMaterialExchangeMng;
73class MeshMaterialModifierImpl;
75template <
typename DataType>
class ItemMaterialVariableScalar;
76template <
typename ItemType,
typename DataType>
class MeshMaterialVariableScalar;
77template <
typename ItemType,
typename DataType>
class MeshMaterialVariableArray;
79using 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.