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

#include <teltrans.hpp>

Public Types

typedef it_t::vreal_t vreal_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)
 

Static Public Attributes

static const int ne = it_t::batch_size
 

Detailed Description

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

Definition at line 139 of file teltrans.hpp.

Member Typedef Documentation

template<typename Mesh_t , typename IR , typename real_t = double>
template<typename it_t >
typedef it_t::vreal_t mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, it_t >::vreal_t

Definition at line 142 of file teltrans.hpp.

Member Function Documentation

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

Definition at line 148 of file teltrans.hpp.

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

Definition at line 155 of file teltrans.hpp.

Member Data Documentation

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

Definition at line 141 of file teltrans.hpp.


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