MFEM v4.7.0
Finite element discretization library
|
#include <teltrans.hpp>
Public Types | |
typedef it_t::vreal_t | vreal_t |
typedef TTensor4< qpts, dim, sdim, ne, vreal_t, true > | Jt_type |
typedef TTensor4< qpts, dim, sdim, ne, vreal_t > | Jt_type |
typedef TTensor3< dofs, sdim, ne, vreal_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 vreal_t *nodeData) |
Public Attributes | |
Jt_type | Jt |
nodes_dof_t | nodes_dof |
int | first_elem_idx |
Static Public Attributes | |
static const int | ne = it_t::batch_size |
Definition at line 355 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,ne,vreal_t,true> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::Jt_type |
Definition at line 360 of file teltrans.hpp.
typedef TTensor4<qpts,dim,sdim,ne,vreal_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::Jt_type |
Definition at line 362 of file teltrans.hpp.
typedef TTensor3<dofs,sdim,ne,vreal_t> mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::nodes_dof_t |
Definition at line 366 of file teltrans.hpp.
typedef it_t::vreal_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::vreal_t |
Definition at line 358 of file teltrans.hpp.
|
inline |
Definition at line 373 of file teltrans.hpp.
|
inline |
Definition at line 391 of file teltrans.hpp.
int mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::first_elem_idx |
Definition at line 370 of file teltrans.hpp.
Jt_type mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::Jt |
Definition at line 364 of file teltrans.hpp.
|
static |
Definition at line 357 of file teltrans.hpp.
nodes_dof_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >::nodes_dof |
Definition at line 368 of file teltrans.hpp.