MFEM
v3.3
Finite element discretization library
|
#include <teltrans.hpp>
Public Types | |
typedef TTensor3< qpts, sdim, NE, real_t, true > | x_type |
typedef TTensor3< qpts, sdim, NE, real_t > | x_type |
typedef TTensor3< dofs, sdim, NE, real_t > | nodes_dof_t |
Public Member Functions | |
MFEM_ALWAYS_INLINE void | Eval (int el, T_type &T) |
MFEM_ALWAYS_INLINE void | EvalSerialized (int el, T_type &T, const real_t *nodeData) |
Public Attributes | |
x_type | x |
nodes_dof_t | nodes_dof |
Static Public Attributes | |
static const int | ne = NE |
Definition at line 143 of file teltrans.hpp.
typedef TTensor3<dofs,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, NE >::nodes_dof_t |
Definition at line 153 of file teltrans.hpp.
typedef TTensor3<qpts,sdim,NE,real_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, NE >::x_type |
Definition at line 147 of file teltrans.hpp.
typedef TTensor3<qpts,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, NE >::x_type |
Definition at line 149 of file teltrans.hpp.
|
inline |
Definition at line 159 of file teltrans.hpp.
|
inline |
Definition at line 176 of file teltrans.hpp.
|
static |
Definition at line 145 of file teltrans.hpp.
nodes_dof_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, NE >::nodes_dof |
Definition at line 155 of file teltrans.hpp.
x_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, NE >::x |
Definition at line 151 of file teltrans.hpp.