This class provides single index access to FieldType (i.e. 更多...
#include <raw_accessor.h>
Public 成员函数 | |
RawAccessor (FieldType &data, const unsigned int dim) | |
~RawAccessor ()=default | |
RawFieldType< FieldType >::type & | operator() (unsigned int i) |
const RawFieldType< FieldType > ::type & | operator() (unsigned int i) const |
template<> | |
Number & | operator() (unsigned int libmesh_dbg_var(i)) |
template<> | |
Number & | operator() (unsigned int i) |
template<> | |
Number & | operator() (unsigned int k) |
template<> | |
Real & | operator() (unsigned int libmesh_dbg_var(i)) |
template<> | |
Real & | operator() (unsigned int i) |
template<> | |
Real & | operator() (unsigned int k) |
Private 成员函数 | |
RawAccessor () | |
Private 属性 | |
FieldType & | _data |
const unsigned int | _dim |
This class provides single index access to FieldType (i.e.
Number, Gradient, Tensor, etc.).
在文件 raw_accessor.h 第 93 行定义.
|
inline |
在文件 raw_accessor.h 第 97 行定义.
|
default |
|
private |
RawFieldType<FieldType>::type& libMesh::RawAccessor< FieldType >::operator() | ( | unsigned int | i | ) |
const RawFieldType<FieldType>::type& libMesh::RawAccessor< FieldType >::operator() | ( | unsigned int | i | ) | const |
|
inline |
在文件 raw_accessor.h 第 117 行定义.
|
inline |
在文件 raw_accessor.h 第 125 行定义.
|
inline |
在文件 raw_accessor.h 第 133 行定义.
|
inline |
在文件 raw_accessor.h 第 181 行定义.
|
inline |
在文件 raw_accessor.h 第 189 行定义.
|
inline |
在文件 raw_accessor.h 第 197 行定义.
|
private |
在文件 raw_accessor.h 第 110 行定义.
|
private |
在文件 raw_accessor.h 第 111 行定义.