Main Page   Class Hierarchy   Compound List   Compound Members  

Interp Class Template Reference

#include <Interp.h>

Inheritance diagram for Interp::

GenericInterp Interp1d Interp2d Interp3d InterpEdge InterpFace InterpRegion GeneralInterpEdge GeneralInterpFace GeneralInterpRegion List of all members.

Public Methods

virtual ~Interp ()
virtual void setValue (const FieldValue &ival, int derivative)=0
virtual SCOREC_Util::SSList<
DofRef
dofs () const=0
 return all degrees of freedom for this Interp as DofRefs.

virtual SCOREC_Util::SSList<
DofType*> 
dofGroups () const=0
 return all degrees of freedom for this Interp as DofGroups.

virtual void write (std::ostream &out, const Field< DofType > &field)=0
virtual void read (std::istream &in, const Field< DofType > &field)=0
virtual int order () const=0
 get (max) polynomial order of interpolation.

Field<DofType>* field ()
virtual void constrainComponent (int comp)
virtual void unconstrainComponent (int comp)

Protected Methods

 Interp (Field< DofType > *field, pEntity meshEntity)

Protected Attributes

Field<DofType>* d_field

Detailed Description

template<class DofType> class Interp

A combination of a shape function and a mapping. An Interp is defined over a single mesh entity.


Member Function Documentation

template<class DofType>
void Interp<DofType>::setValue ( const FieldValue & ival,
int derivative ) [pure virtual]
 

sets the value of the dofs for this Interp to the correct value to Interp the given FieldValue

Reimplemented in GeneralInterpEdge, GeneralInterpFace, GeneralInterpRegion, Interp1d, Interp2d, and Interp3d.


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