Main Page   Class Hierarchy   Compound List   Compound Members  

HierarchicCont3dSF Class Template Reference

#include <HierarchicCont3dSF.h>

Inheritance diagram for HierarchicCont3dSF::

ShapeFunction3d GenericShapeFunction ShapeFunction List of all members.

Public Types

typedef DofType::ValueType VType3
typedef HierarchicCont3dSF<
DofType>::VType3 
ValType3
typedef DofType::DerivType DType3
typedef HierarchicCont3dSF<
DofType>::DType3 
DerType3

Public Methods

 HierarchicCont3dSF (pRegion region, Field< DofType > *field, int setup)
ValType3 eval (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field, int timeDer=0) const
DerType3 eval1Deriv (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field, int timeDer=0) const
DerType3 eval2Deriv (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field, int timeDer=0) const
virtual DMatrix<DofType> zeroDeriv (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field) const
virtual DMatrix<DofType> firstDeriv (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field) const
virtual DMatrix<DofType> secondDeriv (const SCOREC_Util::SPoint3 &pt, pRegion mr, const Field< DofType > &field) const
virtual int type ()
virtual int order (pEntity me, const Field< DofType > &field) const
void getVandermonde (pRegion me, const Field< DofType > &field, SCOREC_Util::SMatrix **A, IntpPnt3d **pt)
void setDofVals (pRegion me, const Field< DofType > &field, const SCOREC_Util::SVector< SCOREC_Util::SVectorDouble > &a, int derivative, SCOREC_Util::Range< int > comps)

Protected Methods

virtual SCOREC_Util::SSList<
DofRef
sfdofs (pEntity me, const Field< DofType > &field) const
virtual SCOREC_Util::SSList<
DofType*> 
sfdofgs (pEntity me, const Field< DofType > &field) const
int numModes (pEntity me, const Field< DofType > &field, pPList *vertlist, pPList *edgelist, pPList *facelist) const

Detailed Description

template<class DofType> class HierarchicCont3dSF

Hierarchic legendre shape functions over a tet.


Member Function Documentation

template<class DofType>
HierarchicCont3dSF< DofType >::ValType3 HierarchicCont3dSF< DofType >::eval ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaulate at the location pt.

Reimplemented from ShapeFunction3d.

template<class DofType>
HierarchicCont3dSF< DofType >::DerType3 HierarchicCont3dSF< DofType >::eval1Deriv ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaulate first derivative at pt.

Reimplemented from ShapeFunction3d.

template<class DofType>
HierarchicCont3dSF< DofType >::DerType3 HierarchicCont3dSF< DofType >::eval2Deriv ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaluate second derivative at pt.

Reimplemented from ShapeFunction3d.

template<class DofType>
DMatrix< DofType > HierarchicCont3dSF< DofType >::firstDeriv ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field ) const [virtual]
 

Evaluate first derivative with dofs as unknowns at location pt.

Reimplemented from ShapeFunction3d.

template<class DofType>
void HierarchicCont3dSF< DofType >::getVandermonde ( pRegion me,
const Field< DofType > & field,
SCOREC_Util::SMatrix ** A,
IntpPnt3d ** pt ) [virtual]
 

Get vandermonde matrix for interpolation.

Reimplemented from ShapeFunction3d.

template<class DofType>
int HierarchicCont3dSF< DofType >::order ( pEntity entity,
const Field< DofType > & field ) const [virtual]
 

Get equivalent polynomial order of shape function.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > HierarchicCont3dSF< DofType >::secondDeriv ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field ) const [virtual]
 

Evaluate seond derivative with dofs as unknowns at location pt.

Reimplemented from ShapeFunction3d.

template<class DofType>
SCOREC_Util::SSList< DofType *> HierarchicCont3dSF< DofType >::sfdofgs ( pEntity me,
const Field< DofType > & field ) const [protected, virtual]
 

Get list of pointers to DofGroups for all dofs influenced by this shape function.

Reimplemented from GenericShapeFunction.

template<class DofType>
SCOREC_Util::SSList< DofRef > HierarchicCont3dSF< DofType >::sfdofs ( pEntity me,
const Field< DofType > & field ) const [protected, virtual]
 

Get list of DofRefs for all the dofs influenced by this shape function.

Reimplemented from GenericShapeFunction.

template<class DofType>
int HierarchicCont3dSF< DofType >::type ( ) [virtual]
 

Return type identifier.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > HierarchicCont3dSF< DofType >::zeroDeriv ( const SCOREC_Util::SPoint3 & pt,
pRegion region,
const Field< DofType > & field ) const [virtual]
 

Evaluate with dofs as unknowns at location pt.

Reimplemented from ShapeFunction3d.


The documentation for this class was generated from the following file:
Generated at Mon Jul 23 13:14:59 2001 for SCOREC_UnitSystem by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001