ExponentEngine< TExp, TScalar > Class Template Reference

#include <ExponentEngine.hpp>

List of all members.

Classes

struct  fvType2
struct  fvType3

Public Types

typedef std::vector< fvType3vExpm

Public Member Functions

 ExponentEngine (int pdeg=101, int base=0)
 ~ExponentEngine ()
void Set (int pdeg, int base)
const fvType3GetExpMap () const
int GetPdeg () const
int GetBaseType () const
int GetNumShapeFunc () const

Protected Attributes

vExpm _expms
int _pdeg
eBaseType _base
int _num_shap

Friends

int shape_functions_3D (int pdeg, int base, double *, double *, double *, double *, double *)

template<typename TExp, typename TScalar>
class ExponentEngine< TExp, TScalar >


Member Typedef Documentation

template<typename TExp , typename TScalar >
typedef std::vector<fvType3> ExponentEngine< TExp, TScalar >::vExpm

Constructor & Destructor Documentation

template<typename TExp , typename TScalar >
ExponentEngine< TExp, TScalar >::ExponentEngine ( int  pdeg = 101,
int  base = 0 
) [inline]

Here is the call graph for this function:

template<typename TExp , typename TScalar >
ExponentEngine< TExp, TScalar >::~ExponentEngine (  )  [inline]

Member Function Documentation

template<typename TExp , typename TScalar >
int ExponentEngine< TExp, TScalar >::GetBaseType (  )  const [inline]
template<typename TExp , typename TScalar >
const fvType3* ExponentEngine< TExp, TScalar >::GetExpMap (  )  const [inline]
template<typename TExp , typename TScalar >
int ExponentEngine< TExp, TScalar >::GetNumShapeFunc (  )  const [inline]
template<typename TExp , typename TScalar >
int ExponentEngine< TExp, TScalar >::GetPdeg (  )  const [inline]
template<typename TExp , typename TScalar >
void ExponentEngine< TExp, TScalar >::Set ( int  pdeg,
int  base 
) [inline]

Here is the caller graph for this function:


Friends And Related Function Documentation

template<typename TExp , typename TScalar >
int shape_functions_3D ( int  pdeg,
int  base,
double *  pt,
double *  Phi,
double *  dPhix,
double *  dPhiy,
double *  dPhiz 
) [friend]

Member Data Documentation

template<typename TExp , typename TScalar >
eBaseType ExponentEngine< TExp, TScalar >::_base [protected]
template<typename TExp , typename TScalar >
vExpm ExponentEngine< TExp, TScalar >::_expms [protected]
template<typename TExp , typename TScalar >
int ExponentEngine< TExp, TScalar >::_num_shap [protected]
template<typename TExp , typename TScalar >
int ExponentEngine< TExp, TScalar >::_pdeg [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1