Main Page   Class Hierarchy   Compound List   Compound Members  

HierarchicCont2dSF Class Template Reference

#include <HierarchicCont2dSF.h>

Inheritance diagram for HierarchicCont2dSF::

ShapeFunction2d GenericShapeFunction ShapeFunction List of all members.

Public Types

typedef DofType::ValueType VType2
typedef HierarchicCont2dSF<
DofType>::VType2 
ValType2
typedef DofType::DerivType DType2
typedef HierarchicCont2dSF<
DofType>::DType2 
DerType2

Public Methods

 HierarchicCont2dSF (pFace face, Field< DofType > *field, int setup)
ValType2 eval (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field, int timeDer=0) const
DerType2 eval1Deriv (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field, int timeDer=0) const
DerType2 eval2Deriv (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field, int timeDer=0) const
virtual DMatrix<DofType> zeroDeriv (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field) const
virtual DMatrix<DofType> firstDeriv (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field) const
virtual DMatrix<DofType> secondDeriv (const SCOREC_Util::SPoint2 &pt, pFace mf, const Field< DofType > &field) const
void setIVal (const InitialValue< DofType > &ival, pFace mf, const Field< DofType > &field)
virtual int type ()
virtual int order (pEntity me, const Field< DofType > &field) const
void getVandermonde (pFace me, const Field< DofType > &field, SCOREC_Util::SMatrix **A, IntpPnt2d **pt)
void setDofVals (pFace 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) const

Detailed Description

template<class DofType> class HierarchicCont2dSF

Hierarchic legendre shape functions over a triangular face.


Member Function Documentation

template<class DofType>
DMatrix< DofType > HierarchicCont2dSF< DofType >::firstDeriv ( const SCOREC_Util::SPoint2 & pt,
pFace face,
const Field< DofType > & field ) const [virtual]
 

Evaluate first derivative with dofs as unknowns at location pt.

Reimplemented from ShapeFunction2d.

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

Get vandermonde matrix for interpolation.

Reimplemented from ShapeFunction2d.

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

Get equivalent polynomial order of shape function.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > HierarchicCont2dSF< DofType >::secondDeriv ( const SCOREC_Util::SPoint2 & pt,
pFace face,
const Field< DofType > & field ) const [virtual]
 

Evaluate seond derivative with dofs as unknowns at location pt.

Reimplemented from ShapeFunction2d.

template<class DofType>
SCOREC_Util::SSList< DofType *> HierarchicCont2dSF< 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 > HierarchicCont2dSF< 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 HierarchicCont2dSF< DofType >::type ( ) [virtual]
 

Return type identifier.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > HierarchicCont2dSF< DofType >::zeroDeriv ( const SCOREC_Util::SPoint2 & pt,
pFace face,
const Field< DofType > & field ) const [virtual]
 

Evaluate with dofs as unknowns at location pt.

Reimplemented from ShapeFunction2d.


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