Main Page   Class Hierarchy   Compound List   Compound Members  

LinearContTriSF Class Template Reference

#include <LinearContTriSF.h>

Inheritance diagram for LinearContTriSF::

ShapeFunction2d GenericShapeFunction ShapeFunction List of all members.

Public Types

typedef DofType::ValueType VTypeLCT
typedef LinearContTriSF<DofType>::VTypeLCT ValTypeLCT
typedef DofType::DerivType DTypeLCT
typedef LinearContTriSF<DofType>::DTypeLCT DerTypeLCT

Public Methods

 LinearContTriSF (pFace face, Field< DofType > *field, int setup)
ValTypeLCT eval (const SCOREC_Util::SPoint2 &pt, pFace, const Field< DofType > &field, int timeDer=0) const
DerTypeLCT eval1Deriv (const SCOREC_Util::SPoint2 &pt, pFace face, const Field< DofType > &field, int timeDer=0) const
DerTypeLCT eval2Deriv (const SCOREC_Util::SPoint2 &pt, pFace face, const Field< DofType > &field, int timeDer=0) const
virtual DMatrix<DofType> firstDeriv (const SCOREC_Util::SPoint2 &pt, pFace face, const Field< DofType > &field) const
virtual DMatrix<DofType> zeroDeriv (const SCOREC_Util::SPoint2 &pt, pFace face, const Field< DofType > &field) const
virtual DMatrix<DofType> secondDeriv (const SCOREC_Util::SPoint2 &pt, pFace face, const Field< DofType > &field) const
void getVandermonde (pFace me, const Field< DofType > &field, SCOREC_Util::SMatrix **A, IntpPnt2d **pt)
void setDofVals (pFace face, const Field< DofType > &field, const SCOREC_Util::SVector< SCOREC_Util::SVectorDouble > &a, int derivative, SCOREC_Util::Range< int > comps)
virtual int order (pEntity, const Field< DofType > &) const
virtual int type ()

Protected Methods

virtual SCOREC_Util::SSList<
DofRef
sfdofs (pEntity, const Field< DofType > &field) const
virtual SCOREC_Util::SSList<
DofType*> 
sfdofgs (pEntity, const Field< DofType > &field) const

Detailed Description

template<class DofType> class LinearContTriSF

Linear shape function over a triangular mesh face.


Member Function Documentation

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

Return type identifier.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > LinearContTriSF< 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