MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Protected Types | List of all members
mfem::ShapeEvaluator_base< FE, IR, true, real_t > Class Template Reference

ShapeEvaluator with tensor-product structure in any dimension. More...

#include <tevaluator.hpp>

Inheritance diagram for mfem::ShapeEvaluator_base< FE, IR, true, real_t >:
[legend]
Collaboration diagram for mfem::ShapeEvaluator_base< FE, IR, true, real_t >:
[legend]

Public Member Functions

 ShapeEvaluator_base (const FE &fe)
 

Protected Types

typedef TProductShapeEvaluator
< FE::dim, FE::dofs_1d,
IR::qpts_1d, real_t > 
base_class
 

Detailed Description

template<class FE, class IR, typename real_t>
class mfem::ShapeEvaluator_base< FE, IR, true, real_t >

ShapeEvaluator with tensor-product structure in any dimension.

Definition at line 914 of file tevaluator.hpp.

Member Typedef Documentation

template<class FE , class IR , typename real_t >
typedef TProductShapeEvaluator<FE::dim,FE::dofs_1d, IR::qpts_1d,real_t> mfem::ShapeEvaluator_base< FE, IR, true, real_t >::base_class
protected

Definition at line 919 of file tevaluator.hpp.

Constructor & Destructor Documentation

template<class FE , class IR , typename real_t >
mfem::ShapeEvaluator_base< FE, IR, true, real_t >::ShapeEvaluator_base ( const FE &  fe)
inline

Definition at line 926 of file tevaluator.hpp.


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