![]() |
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) |
| MFEM_HOST_DEVICE const T & | operator[] (int) const |
| MFEM_HOST_DEVICE T & | operator() (int) |
| MFEM_HOST_DEVICE const T & | operator() (int) const |
Public Attributes | |
| T | values |
Static Public Attributes | |
| static constexpr int | ndim = 1 |
| static constexpr int | first_dim = 0 |
Definition at line 64 of file tensor.hpp.
| using mfem::future::tensor< T, 0 >::type = T |
Definition at line 66 of file tensor.hpp.
|
inline |
Definition at line 71 of file tensor.hpp.
|
inline |
Definition at line 72 of file tensor.hpp.
|
inline |
Definition at line 69 of file tensor.hpp.
|
inline |
Definition at line 70 of file tensor.hpp.
|
staticconstexpr |
Definition at line 68 of file tensor.hpp.
|
staticconstexpr |
Definition at line 67 of file tensor.hpp.
| T mfem::future::tensor< T, 0 >::values |
Definition at line 73 of file tensor.hpp.