![]() |
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 |
| MFEM_HOST_DEVICE | operator T () const |
Public Attributes | |
| T | values |
Static Public Attributes | |
| static constexpr int | ndim = 1 |
| static constexpr int | first_dim = 0 |
The implementation can be drastically generalized by using concepts of the c++17 standard.
Definition at line 37 of file tensor.hpp.
| using mfem::future::tensor< T >::type = T |
Definition at line 39 of file tensor.hpp.
|
inline |
Definition at line 46 of file tensor.hpp.
|
inline |
Definition at line 44 of file tensor.hpp.
|
inline |
Definition at line 45 of file tensor.hpp.
|
inline |
Definition at line 42 of file tensor.hpp.
|
inline |
Definition at line 43 of file tensor.hpp.
|
staticconstexpr |
Definition at line 41 of file tensor.hpp.
|
staticconstexpr |
Definition at line 40 of file tensor.hpp.
| T mfem::future::tensor< T >::values |
Definition at line 47 of file tensor.hpp.