MFEM
v3.3
Finite element discretization library
|
#include <teltrans.hpp>
Public Types | |
typedef TTensor3< qpts, sdim, NE, real_t, true > | x_type |
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 | |
x_type | x |
Jt_type | Jt |
nodes_dof_t | nodes_dof |
Static Public Attributes | |
static const int | ne = NE |
Definition at line 225 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::Jt_type |
Definition at line 231 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::Jt_type |
Definition at line 233 of file teltrans.hpp.
typedef TTensor3<dofs,sdim,NE,real_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::nodes_dof_t |
Definition at line 237 of file teltrans.hpp.
typedef TTensor3<qpts,sdim,NE,real_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::x_type |
Definition at line 228 of file teltrans.hpp.
|
inline |
Definition at line 243 of file teltrans.hpp.
|
inline |
Definition at line 262 of file teltrans.hpp.
Jt_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::Jt |
Definition at line 235 of file teltrans.hpp.
|
static |
Definition at line 227 of file teltrans.hpp.
nodes_dof_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::nodes_dof |
Definition at line 239 of file teltrans.hpp.
x_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, NE >::x |
Definition at line 229 of file teltrans.hpp.