![]() |
MFEM v4.9.0
Finite element discretization library
|
#include <tensor.hpp>
Public Types | |
| using | type = T |
Public Member Functions | |
| MFEM_HOST_DEVICE T & | operator[] (int i) |
| MFEM_HOST_DEVICE const T & | operator[] (int i) const |
| MFEM_HOST_DEVICE T & | operator() (int i) |
| MFEM_HOST_DEVICE const T & | operator() (int i) const |
Public Attributes | |
| T | values [n0] |
Static Public Attributes | |
| static constexpr int | ndim = 1 |
| static constexpr int | first_dim = n0 |
Definition at line 51 of file tensor.hpp.
| using mfem::future::tensor< T, n0 >::type = T |
Definition at line 53 of file tensor.hpp.
|
inline |
Definition at line 58 of file tensor.hpp.
|
inline |
Definition at line 59 of file tensor.hpp.
|
inline |
Definition at line 56 of file tensor.hpp.
|
inline |
Definition at line 57 of file tensor.hpp.
|
staticconstexpr |
Definition at line 55 of file tensor.hpp.
|
staticconstexpr |
Definition at line 54 of file tensor.hpp.
| T mfem::future::tensor< T, n0 >::values[n0] |
Definition at line 60 of file tensor.hpp.