Read view on a scalar mesh variable. More...
#include <arcane/materials/ComponentSimd.h>
Public Member Functions | |
| MatItemVariableScalarInViewT (IMeshMaterialVariable *var, ArrayView< DataType > *v) | |
| SimdTypeTraits< DataType >::SimdType | operator[] (const SimdMatVarIndex &mvi) const |
| Vector access operator with indirection. | |
| DataType | operator[] (ItemIndexType mvi) const |
| Access operator for the item entity. | |
| DataType | operator[] (ComponentItemLocalId lid) const |
| Access operator for the item entity. | |
| DataType | operator[] (PureMatVarIndex pmvi) const |
| Access operator for the item entity. | |
| DataType | value (ItemIndexType mvi) const |
| Access operator for the item entity. | |
| DataType | value0 (PureMatVarIndex idx) const |
| DataType | operator[] (CellComponentCellEnumerator mc) const |
| Partial value of the variable for the mc iterator. | |
| DataType | operator[] (EnvCellEnumerator mc) const |
| Partial value of the variable for the mc iterator. | |
| Public Member Functions inherited from Arcane::Materials::MatVariableViewBase | |
| MatVariableViewBase (IMeshMaterialVariable *var) | |
| IMeshMaterialVariable * | variable () const |
Private Types | |
| typedef MatVarIndex | ItemIndexType |
| typedef A_ALIGNED_64 DataType * | DataTypeAlignedPtr |
Private Attributes | |
| ArrayView< DataType > * | m_value |
| DataTypeAlignedPtr | m_value0 |
Read view on a scalar mesh variable.
Definition at line 244 of file ComponentSimd.h.
|
private |
Definition at line 250 of file ComponentSimd.h.
|
private |
Definition at line 249 of file ComponentSimd.h.
|
inline |
Definition at line 254 of file ComponentSimd.h.
|
inline |
Partial value of the variable for the mc iterator.
Definition at line 298 of file ComponentSimd.h.
References operator[]().
|
inline |
Access operator for the item entity.
Definition at line 275 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), Arcane::Materials::ConstituentItemLocalId::localId(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Vector access operator with indirection.
Definition at line 262 of file ComponentSimd.h.
Referenced by operator[](), and operator[]().
|
inline |
Partial value of the variable for the mc iterator.
Definition at line 304 of file ComponentSimd.h.
References operator[]().
|
inline |
Access operator for the item entity.
Definition at line 269 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Access operator for the item entity.
Definition at line 281 of file ComponentSimd.h.
|
inline |
Access operator for the item entity.
Definition at line 287 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Definition at line 292 of file ComponentSimd.h.
|
private |
Definition at line 311 of file ComponentSimd.h.
|
private |
Definition at line 312 of file ComponentSimd.h.