MFEM
v3.3.2
Finite element discretization library
|
#include <teltrans.hpp>
Public Types | |
typedef TTensor4< qpts, dim, sdim, NE, real_t, true > | Jt_type |
typedef TTensor4< qpts, dim, sdim, NE, real_t > | Jt_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 | |
Jt_type | Jt |
nodes_dof_t | nodes_dof |
Static Public Attributes | |
static const int | ne = NE |
Definition at line 184 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, NE >::Jt_type |
Definition at line 188 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, NE >::Jt_type |
Definition at line 190 of file teltrans.hpp.
typedef TTensor3<dofs,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, NE >::nodes_dof_t |
Definition at line 194 of file teltrans.hpp.
|
inline |
Definition at line 200 of file teltrans.hpp.
|
inline |
Definition at line 217 of file teltrans.hpp.
Jt_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, NE >::Jt |
Definition at line 192 of file teltrans.hpp.
|
static |
Definition at line 186 of file teltrans.hpp.
nodes_dof_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, NE >::nodes_dof |
Definition at line 196 of file teltrans.hpp.