12#ifndef ARCANE_MATERIALS_INTERNAL_ALLCELLTOALLENVCELLCONTAINER_H
13#define ARCANE_MATERIALS_INTERNAL_ALLCELLTOALLENVCELLCONTAINER_H
19#include "arcane/materials/AllCellToAllEnvCellConverter.h"
26class MeshMaterialAcceleratorUnitTest;
65 ~AllCellToAllEnvCellContainer();
71 AllCellToAllEnvCellContainer& operator=(
const AllCellToAllEnvCellContainer&) =
delete;
72 AllCellToAllEnvCellContainer& operator=(AllCellToAllEnvCellContainer&&) =
delete;
Int32 computeMaxNbEnvPerCell() const
Method to provide the maximum number of environments present on a cell at time t.
AllCellToAllEnvCellContainer(const AllCellToAllEnvCellContainer &)=delete
Copies forbidden.
void initialize()
Alternative creation function. It is necessary to wait until the data related to the materials is fin...
Connectivity table from 'Cell' to its 'AllEnvCell' intended for use on accelerator.
Interface for the material and environment manager of a mesh.
Always enables tracing in Arcane parts concerning materials.
class ARCANE_MATERIALS_EXPORT(64) SimdMatVarIndex
SIMD indexer on a component.
std::int32_t Int32
Signed integer type of 32 bits.