MFEM
v3.3
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 |
int | attrib [NE] |
Static Public Attributes | |
static const int | ne = NE |
Definition at line 273 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::Jt_type |
Definition at line 277 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::Jt_type |
Definition at line 279 of file teltrans.hpp.
typedef TTensor3<dofs,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::nodes_dof_t |
Definition at line 283 of file teltrans.hpp.
|
inline |
Definition at line 290 of file teltrans.hpp.
|
inline |
Definition at line 308 of file teltrans.hpp.
int mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::attrib[NE] |
Definition at line 287 of file teltrans.hpp.
Jt_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::Jt |
Definition at line 281 of file teltrans.hpp.
|
static |
Definition at line 275 of file teltrans.hpp.
nodes_dof_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, NE >::nodes_dof |
Definition at line 285 of file teltrans.hpp.