MFEM v2.0
|
#include <array.hpp>
Public Member Functions | |
Array3D () | |
Array3D (int n1, int n2, int n3) | |
void | SetSize (int n1, int n2, int n3) |
const T & | operator() (int i, int j, int k) const |
T & | operator() (int i, int j, int k) |
Private Attributes | |
Array< T > | array1d |
int | N2 |
int | N3 |
const T & Array3D< T >::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
Definition at line 470 of file array.hpp.
References mfem_error().
T & Array3D< T >::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
Definition at line 486 of file array.hpp.
References mfem_error().
void Array3D< T >::SetSize | ( | int | n1, |
int | n2, | ||
int | n3 | ||
) | [inline] |