12#ifndef ARCANE_MATERIALS_MESHBLOCKBUILDINFO_H
13#define ARCANE_MATERIALS_MESHBLOCKBUILDINFO_H
17#include "arcane/utils/String.h"
18#include "arcane/utils/Array.h"
19#include "arcane/core/ItemGroup.h"
78 return m_environments;
Constant view of an array of type T.
Interface of a mesh environment.
Interface for the material and environment manager of a mesh.
const CellGroup & cells() const
List of block entities.
MeshBlockBuildInfo(const String &name, const CellGroup &cells)
Creates the information for a block named name on the cells cells.
const String & name() const
Block name.
ConstArrayView< IMeshEnvironment * > environments() const
List of environments in the block.
Unicode character string.
1D data vector with value semantics (STL style).
ItemGroupT< Cell > CellGroup
Group of cells.
Always enables tracing in Arcane parts concerning materials.
class ARCANE_MATERIALS_EXPORT(64) SimdMatVarIndex
SIMD indexer on a component.