Public Member Functions | |
Array3D (unsigned nx, unsigned ny, unsigned nz) | |
Array2D< T > & | operator[] (unsigned i) |
const Array2D< T > & | operator[] (unsigned i) const |
Private Attributes | |
std::vector< Array2D< T > > | _data |
3D array type for interfacing with C APIs.
Definition at line 245 of file mesh_smoother_vsmoother.h.
|
inline |
Definition at line 247 of file mesh_smoother_vsmoother.h.
References libMesh::VariationalMeshSmoother::Array3D< T >::_data.
|
inline |
Definition at line 253 of file mesh_smoother_vsmoother.h.
References libMesh::VariationalMeshSmoother::Array3D< T >::_data.
|
inline |
Definition at line 254 of file mesh_smoother_vsmoother.h.
References libMesh::VariationalMeshSmoother::Array3D< T >::_data.
|
private |
Definition at line 257 of file mesh_smoother_vsmoother.h.
Referenced by libMesh::VariationalMeshSmoother::Array3D< T >::Array3D(), and libMesh::VariationalMeshSmoother::Array3D< T >::operator[]().