Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MaterialsGlobal.h
Go to the documentation of this file.
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* MaterialsGlobal.h (C) 2000-2024 */
9/* */
10/* General declarations for Arcane materials. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_MATERIALS_MATERIALSGLOBAL_H
13#define ARCANE_MATERIALS_MATERIALSGLOBAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/core/materials/MaterialsCoreGlobal.h"
18
19#include <iosfwd>
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
24#ifdef ARCANE_COMPONENT_arcane_materials
25#define ARCANE_MATERIALS_EXPORT ARCANE_EXPORT
26#else
27#define ARCANE_MATERIALS_EXPORT ARCANE_IMPORT
28#endif
29
30/*---------------------------------------------------------------------------*/
31/*---------------------------------------------------------------------------*/
32
33namespace Arcane::Materials
34{
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39class IMeshBlock;
40class IMeshComponent;
41class IMeshMaterial;
45class ComponentItemInternal;
46class ComponentItem;
63class MatVarIndex;
66class MeshMaterialMng;
68class AllEnvData;
70class MeshMaterial;
71class MeshEnvironment;
75
76template <typename DataType> class ItemMaterialVariableScalar;
77template <typename ItemType, typename DataType> class MeshMaterialVariableScalar;
78template <typename ItemType, typename DataType> class MeshMaterialVariableArray;
79
80using MeshMaterialVariableFactoryVariableRefCreateFunc = IMeshMaterialVariable* (*)(const MaterialVariableBuildInfo& vb);
81
82/*---------------------------------------------------------------------------*/
83/*---------------------------------------------------------------------------*/
84
106
107/*---------------------------------------------------------------------------*/
108/*---------------------------------------------------------------------------*/
109
110} // End namespace Arcane::Materials
111
112/*---------------------------------------------------------------------------*/
113/*---------------------------------------------------------------------------*/
114
115#endif
Connectivity table of 'Cell' to its 'AllEnvCell' intended for use on accelerator.
Information on environment values.
Definition AllEnvData.h:45
View over a vector of entities of a component.
Vector over the entities of a constituent.
Management of constituent connectivity lists.
Working structure used during the modification of constituents (via MeshMaterialModifier).
View over the impure part of the entities of an environment.
View over a vector of entities of an environment.
View over pure or partial entities of an environment.
View over the pure part of the entities of an environment.
Interface of a component (material or environment) of a mesh.
Interface for the material and environment manager of a mesh.
Interface for buffers for material variable synchronization.
Interface of a material variable on a mesh.
View over the impure part of the entities of a material.
View over a vector of entities of a material.
View over pure or partial entities of a material.
View over the pure part of the entities of a material.
Represents an index on material and environment variables.
Operation to add or remove cells from a material.
Management of material exchange between subdomains.
Implementation of a material manager.
Base class for material variables.
Always enables tracing in Arcane parts concerning materials.
eModificationFlags
Flags to configure behavior during a modification of materials or environments.
@ OptimizeMultiMaterialPerEnvironment
Activates optimizations when multiple materials are present in an environment.
@ GenericOptimize
Activates generic optimizations.
@ IncrementalRecompute
Indicates that the incremental version of AllEnvData::forceRecompute() is used.
@ OptimizeMultiAddRemove
Activates optimizations for multiple additions/removals.