Main Page   Class Hierarchy   Compound List   Compound Members  

LinearCont1dSF Class Template Reference

#include <LinearCont1dSF.h>

Inheritance diagram for LinearCont1dSF::

ShapeFunction1d GenericShapeFunction ShapeFunction List of all members.

Public Types

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

Public Methods

 LinearCont1dSF (pEdge edge, Field< DofType > *field, int setup)
SCOREC_Util::SVectorDouble eval (double r, pEdge e, const Field< DofType > &field, int timeDer=0) const
SCOREC_Util::SMatrix eval1Deriv (double r, pEdge, const Field< DofType > &field, int timeDer=0) const
SCOREC_Util::SMatrix eval2Deriv (double r, pEdge, const Field< DofType > &field, int timeDer=0) const
virtual DMatrix<DofType> zeroDeriv (double r, pEdge, const Field< DofType > &field) const
virtual DMatrix<DofType> firstDeriv (double r, pEdge edge, const Field< DofType > &field) const
virtual DMatrix<DofType> secondDeriv (double r, pEdge edge, const Field< DofType > &field) const
virtual int order (pEntity, const Field< DofType > &) const
virtual int type ()
virtual void getVandermonde (pEdge me, const Field< DofType > &field, SCOREC_Util::SMatrix **A, IntpPnt1d **pt)
virtual void setDofVals (pEdge,const Field< DofType > &, const SCOREC_Util::SVector< SCOREC_Util::SVectorDouble > &a, int derivative, SCOREC_Util::Range< int > comps)

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 LinearCont1dSF

Linear shape function over a mesh edge.


Member Function Documentation

template<class DofType>
SCOREC_Util::SVectorDouble LinearCont1dSF< DofType >::eval ( double r,
pEdge e,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaulate at the location r.

Reimplemented from ShapeFunction1d.

template<class DofType>
SCOREC_Util::SMatrix LinearCont1dSF< DofType >::eval1Deriv ( double r,
pEdge edge,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaulate first derivative at r.

Reimplemented from ShapeFunction1d.

template<class DofType>
SCOREC_Util::SMatrix LinearCont1dSF< DofType >::eval2Deriv ( double r,
pEdge edge,
const Field< DofType > & field,
int timeDer = 0 ) const [virtual]
 

Evaluate second derivative at pt.

Reimplemented from ShapeFunction1d.

template<class DofType>
DMatrix< DofType > LinearCont1dSF< DofType >::firstDeriv ( double r,
pEdge edge,
const Field< DofType > & field ) const [virtual]
 

Evaluate first derivative with dofs as unknowns at location r.

Reimplemented from ShapeFunction1d.

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

Get vandermonde matrix for interpolation.

Reimplemented from ShapeFunction1d.

template<class DofType>
int LinearCont1dSF< 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 > LinearCont1dSF< DofType >::secondDeriv ( double r,
pEdge edge,
const Field< DofType > & field ) const [virtual]
 

Evaluate seond derivative with dofs as unknowns at location r.

Reimplemented from ShapeFunction1d.

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

Return type identifier.

Reimplemented from GenericShapeFunction.

template<class DofType>
DMatrix< DofType > LinearCont1dSF< DofType >::zeroDeriv ( double r,
pEdge edge,
const Field< DofType > & field ) const [virtual]
 

Evaluate with dofs as unknowns at location r.

Reimplemented from ShapeFunction1d.


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