Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Materials and Media.

Classes

class  Arcane::Materials::CellToAllEnvCellConverter
 Conversion of 'Cell' to 'AllEnvCell'. More...
class  Arcane::Materials::ComponentPartItemVectorView
 View over pure or partial entities of a component. More...
class  Arcane::Materials::ComponentPurePartItemVectorView
 View over the pure part of a component. More...
class  Arcane::Materials::ComponentImpurePartItemVectorView
 View over the impure part of a component. More...
class  Arcane::Materials::MatPartItemVectorView
 View over pure or partial entities of a material. More...
class  Arcane::Materials::MatPurePartItemVectorView
 View over the pure part of the entities of a material. More...
class  Arcane::Materials::MatImpurePartItemVectorView
 View over the impure part of the entities of a material. More...
class  Arcane::Materials::EnvPartItemVectorView
 View over pure or partial entities of an environment. More...
class  Arcane::Materials::EnvPurePartItemVectorView
 View over the pure part of the entities of an environment. More...
class  Arcane::Materials::EnvImpurePartItemVectorView
 View over the impure part of the entities of an environment. More...
class  Arcane::Materials::ConstituentItem
 Represents a component of a multi-material cell. More...
class  Arcane::Materials::ConstituentItemLocalId
 Index of a ConstituentItem in a variable. More...
class  Arcane::Materials::MatItemLocalId
 Index of a MatItem in a variable. More...
class  Arcane::Materials::EnvItemLocalId
 Index of an EnvItem in a variable. More...
class  Arcane::Materials::IMeshBlock
 Interface of a mesh block. More...
class  Arcane::Materials::IMeshComponent
 Interface of a component (material or environment) of a mesh. More...
class  Arcane::Materials::IUserMeshEnvironment
 Interface of a user environment. More...
class  Arcane::Materials::IMeshEnvironment
 Interface of a mesh environment. More...
class  Arcane::Materials::IUserMeshMaterial
 Interface of a user material. More...
class  Arcane::Materials::IMeshMaterial
 Interface of a mesh material. More...
class  Arcane::Materials::IMeshMaterialMng
 Interface for the material and environment manager of a mesh. More...
class  Arcane::Materials::MatCell
 Represents a material in a multi-material cell. More...
class  Arcane::Materials::EnvCell
 Arcane cell of an environment. More...
class  Arcane::Materials::AllEnvCell
 Arcane cell with material and environment information. More...
class  Arcane::Materials::PureMatVarIndex
 Index of a pure material item in a variable. More...
class  Arcane::Materials::CellEnvironmentVariableScalarRef< DataType_ >
 Scalar variable on the cells of a mesh environment. More...
class  Arcane::Materials::CellEnvironmentVariableArrayRef< DataType_ >
 Array variable on the cells of a mesh material. For now, this class is only instantiated for cells. More...
class  Arcane::Materials::MeshMaterialVariableRef
 Base class for material variable references. More...
class  Arcane::Materials::CellMaterialVariableScalarRef< DataType_ >
 Scalar variable on the cells of a mesh material. More...
class  Arcane::Materials::CellMaterialVariableArrayRef< DataType_ >
 Array variable over the cells of a material in the mesh. For now, this class is only instantiated for cells. More...
class  Arcane::Materials::AllCellToAllEnvCell
 Connectivity table from 'Cell' to its 'AllEnvCell' intended for use on accelerator. More...
class  Arcane::Materials::CellToAllEnvCellAccessor
 Encapsulation class to access the equivalent connectivity cell -> allenvcell. Intended to be used with the accelerator API via RUNCOMMAND_... More...
class  Arcane::Materials::AllCellToAllEnvCellContainer
 Connectivity table of 'Cell' to its 'AllEnvCell' intended for use on accelerator. More...
class  Arcane::Materials::MeshBlockBuildInfo
 Brief: Information for the creation of a block. More...
class  Arcane::Materials::MeshEnvironmentBuildInfo
 Information for creating an environment. More...
class  Arcane::Materials::MeshMaterialBackup
 Saving/restoring material and medium values. More...
class  Arcane::Materials::MeshMaterialIndirectModifier
 Object allowing indirect modification of materials or media. More...
class  Arcane::Materials::MeshMaterialModifier
 Object allowing modification of materials or media. More...
class  Arcane::Materials::MeshMaterialVariable
 Base class for material variables. More...
class  Arcane::Materials::ItemMaterialVariableScalar< DataType >
 Scalar variable on a mesh material. More...
class  Arcane::Materials::MeshMaterialVariableScalar< ItemType, DataType >
 Scalar variable on a mesh material. More...
class  Arcane::Materials::ItemMaterialVariableArray< DataType >
 Array variable on a mesh material. More...
class  Arcane::Materials::MeshMaterialVariableArray< ItemType, DataType >
 Array variable on a mesh material. More...

Detailed Description

Set of classes ensuring the management of materials and media.

For more information, refer to the page arcanedoc_materials.