Main Page   Class Hierarchy   Compound List   Compound Members  

DofGroup Class Reference

#include <DofRef.h>

Inheritance diagram for DofGroup::

DofArray Dof2ndOrderTensor DofScalar DofSym2ndOrderTensor DofVector List of all members.

Public Methods

virtual ~DofGroup ()
DofTag tag () const
void index (int i)
void print (ostream &)
virtual SCOREC_Util::SSList<
DofRef
dofs ()
component access
These fuctions are for accessing the components in a dimension independent manner. One example of these being used is in the interpolation classes.

virtual void cSetNumber (int comp, int num)
 set equation number for given component.

virtual int cNum (int comp) const
 get equation number for given component.

virtual double cValue (int comp, int derivative) const
 get value for given component.

virtual void cSetValue (int comp, double val, int derivative)=0
 set value for given component.

virtual void cSetValue (SCOREC_Util::Range< int > comps, const SCOREC_Util::SVectorDouble &vals, int derivative)
 set values for a range of components.

virtual DofStatus& cStatus (int comp)
 get modifable status for given component.

virtual DofStatus cStatus (int comp) const
 get status for given component.

virtual void setMPC_Constraint (MPC_Constraint *, const int comp)
virtual MPC_Constraint::MPC_Container_Item getMPC_Constraint (const int comp, const int id)
virtual int MPC_ConstraintSize (const int comp) const

Protected Methods

 DofGroup (DofTag tag)
 DofGroup (const DofGroup &group)

Protected Attributes

DofTag d_tag

Detailed Description

A group of degrees of freedom. The members of the group don't necessarily have any relationship to one another. Each member of the group can be seperately reference (see DofRef)


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