Main Page   Class Hierarchy   Compound List   Compound Members  

LinearDiscontTriSF Class Template Reference

#include <LinearDiscontTriSF.h>

Inheritance diagram for LinearDiscontTriSF::

ShapeFunction2d GenericShapeFunction ShapeFunction List of all members.

Public Types

typedef DofType::ValueType ValueType
typedef DofType::DerivType DerivType

Public Methods

 LinearDiscontTriSF (pFace face, Field< DofType > *field, int setup)
SCOREC_Util::SVectorDouble eval (const SCOREC_Util::SPoint2 &pt, pFace, const Field< DofType > &field, int timeDer=0) const
SCOREC_Util::SMatrix eval1Deriv (const SCOREC_Util::SPoint2 &pt, pFace, const Field< DofType > &field, int timeDer=0) const
SCOREC_Util::SMatrix eval2Deriv (const SCOREC_Util::SPoint2 &pt, pFace, 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 getVandermonde (pFace me, const Field< DofType > &field, SCOREC_Util::SMatrix **A, IntpPnt2d **pt)
virtual void setDofVals (pFace,const Field< DofType > &, const SCOREC_Util::SVector< SCOREC_Util::SVectorDouble > &, int, SCOREC_Util::Range< int >)
virtual int order (pEntity, const Field< DofType > &) const
virtual int type ()

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

Detailed Description

template<class DofType> class LinearDiscontTriSF

Linear discontinuous shape function over a mesh face.


Member Function Documentation

template<class DofType>
DMatrix< DofType > LinearDiscontTriSF< 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 LinearDiscontTriSF< 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 LinearDiscontTriSF< 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 > LinearDiscontTriSF< 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 *> LinearDiscontTriSF< 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 > LinearDiscontTriSF< 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 LinearDiscontTriSF< DofType >::type ( ) [virtual]
 

Return type identifier.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > LinearDiscontTriSF< 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:15:02 2001 for SCOREC_UnitSystem by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001