|
libMesh
|
2D array type for interfacing with C APIs. More...
Public Member Functions | |
| Array2D (unsigned nx, unsigned ny) | |
| std::vector< T > & | operator[] (unsigned i) |
| const std::vector< T > & | operator[] (unsigned i) const |
Private Attributes | |
| std::vector< std::vector< T > > | _data |
2D array type for interfacing with C APIs.
Definition at line 226 of file mesh_smoother_vsmoother.h.
|
inline |
Definition at line 228 of file mesh_smoother_vsmoother.h.
|
inline |
Definition at line 232 of file mesh_smoother_vsmoother.h.
References libMesh::VariationalMeshSmoother::Array2D< T >::_data.
|
inline |
Definition at line 233 of file mesh_smoother_vsmoother.h.
References libMesh::VariationalMeshSmoother::Array2D< T >::_data.
|
private |
Definition at line 236 of file mesh_smoother_vsmoother.h.
Referenced by libMesh::VariationalMeshSmoother::Array2D< T >::operator[]().
1.8.16