12#ifndef ARCANE_CORE_MATERIALS_INTERNAL_IMESHMATERIALMNGINTERNAL_H
13#define ARCANE_CORE_MATERIALS_INTERNAL_IMESHMATERIALMNGINTERNAL_H
18#include "arcane/core/materials/MaterialsCoreGlobal.h"
Declarations of types on entities.
Execution queue for an accelerator.
Constant view of an array of type T.
Connectivity table of 'Cell' to its 'AllEnvCell' intended for use on accelerator.
Internal Arcane API for 'IMeshMaterialMng'.
virtual RunQueue runQueue(Accelerator::eExecutionPolicy policy) const =0
Run queue for the policy.
virtual ConstArrayView< MeshMaterialVariableIndexer * > variablesIndexer()=0
List of information to index material variables.
virtual RunQueue & runQueue() const =0
Default run queue.
virtual void createAllCellToAllEnvCell()=0
Constructs the "connectivity" table CellLocalId -> AllEnvCell intended to be used in a RUNCOMMAND_ENU...
virtual void addVariable(IMeshMaterialVariable *var)=0
Adds the variable var.
virtual AllCellToAllEnvCellContainer * getAllCellToAllEnvCellContainer() const =0
Returns the "connectivity" table CellLocalId -> AllEnvCell intended to be used in a RUNCOMMAND_ENUMER...
virtual bool isUseAcceleratorForConstituentItemVector() const =0
Indicates whether the accelerator API is used to position the values of ConstituentItemVectorImpl.
virtual Real additionalCapacityRatio() const =0
Ratio for additional capacity to allocate when resizing variables.
virtual MeshMaterialModifierImpl * modifier()=0
Modifier implementation.
virtual IMeshMaterialVariableSynchronizer * allCellsEnvOnlySynchronizer()=0
Synchronizer for medium-only variables across all cells.
virtual void removeVariable(IMeshMaterialVariable *var)=0
Removes the variable var.
virtual ComponentItemSharedInfo * componentItemSharedInfo(Int32 level) const =0
ComponentItemSharedInfo instance for a constituent.
virtual IMeshMaterialVariableSynchronizer * allCellsMatEnvSynchronizer()=0
Synchronizer for material and medium variables across all cells.
virtual SmallSpan< const Int32 > identitySelectionView() const =0
View of the array corresponding to a selection across all entities.
virtual Accelerator::RunQueuePool & asyncRunQueuePool() const =0
List of asynchronous queues.
Interface of the material variable synchronizer.
Interface of a material variable on a mesh.
View of an array of elements of type T.
eExecutionPolicy
Execution policy for a Runner.
Always enables tracing in Arcane parts concerning materials.
double Real
Type representing a real number.
std::int32_t Int32
Signed integer type of 32 bits.