MFEM  v4.1.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Protected Types | Protected Member Functions | Protected Attributes | List of all members
mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t > Class Template Reference

#include <tevaluator.hpp>

Inheritance diagram for mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >:
[legend]
Collaboration diagram for mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >:
[legend]

Protected Types

typedef FESpace_t::FE_type FE_type
 
typedef ShapeEvaluator
< FE_type, IR, real_t > 
ShapeEval_type
 

Protected Member Functions

MFEM_ALWAYS_INLINE FieldEvaluator_base (const FESpace_t &tfes, const ShapeEval_type &shape_eval, const VecLayout_t &vec_layout)
 
MFEM_ALWAYS_INLINE FieldEvaluator_base (const FE_type &fe, const FiniteElementSpace &fes)
 

Protected Attributes

FESpace_t fespace
 
ShapeEval_type shapeEval
 
VecLayout_t vec_layout
 

Detailed Description

template<typename FESpace_t, typename VecLayout_t, typename IR, typename complex_t, typename real_t>
class mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >

Definition at line 953 of file tevaluator.hpp.

Member Typedef Documentation

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
typedef FESpace_t::FE_type mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::FE_type
protected

Definition at line 956 of file tevaluator.hpp.

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
typedef ShapeEvaluator<FE_type,IR,real_t> mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::ShapeEval_type
protected

Definition at line 957 of file tevaluator.hpp.

Constructor & Destructor Documentation

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
MFEM_ALWAYS_INLINE mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::FieldEvaluator_base ( const FESpace_t &  tfes,
const ShapeEval_type shape_eval,
const VecLayout_t &  vec_layout 
)
inlineprotected

Definition at line 965 of file tevaluator.hpp.

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
MFEM_ALWAYS_INLINE mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::FieldEvaluator_base ( const FE_type fe,
const FiniteElementSpace fes 
)
inlineprotected

Definition at line 974 of file tevaluator.hpp.

Member Data Documentation

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
FESpace_t mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::fespace
protected

Definition at line 959 of file tevaluator.hpp.

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
ShapeEval_type mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::shapeEval
protected

Definition at line 960 of file tevaluator.hpp.

template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
VecLayout_t mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >::vec_layout
protected

Definition at line 961 of file tevaluator.hpp.


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