MFEM  v3.3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Static Public Attributes | List of all members
mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, NE > Struct Template Reference

#include <teltrans.hpp>

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)
 

Static Public Attributes

static const int ne = NE
 

Detailed Description

template<typename Mesh_t, typename IR, typename real_t = double>
template<int NE>
struct mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, NE >

Definition at line 125 of file teltrans.hpp.

Member Function Documentation

template<typename Mesh_t , typename IR , typename real_t = double>
template<int NE>
MFEM_ALWAYS_INLINE void mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, NE >::Eval ( int  el,
T_type T 
)
inline

Definition at line 133 of file teltrans.hpp.

template<typename Mesh_t , typename IR , typename real_t = double>
template<int NE>
MFEM_ALWAYS_INLINE void mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, NE >::EvalSerialized ( int  el,
T_type T,
const real_t *  nodeData 
)
inline

Definition at line 140 of file teltrans.hpp.

Member Data Documentation

template<typename Mesh_t , typename IR , typename real_t = double>
template<int NE>
const int mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, NE >::ne = NE
static

Definition at line 127 of file teltrans.hpp.


The documentation for this struct was generated from the following file: