#include <FieldsWithPtValues.h>
Inheritance diagram for FieldsWithPtValues::

Public Methods | |
| ~FieldsWithPtValues () | |
| virtual FieldWithPtValues& | component (int i)=0 |
| virtual const FieldWithPtValues& | component (int i) const=0 |
Protected Methods | |
| FieldsWithPtValues (const char *name=NULL) | |
NAME: FieldsWithPtValues - base class for vector fields having point values
DESCRIPTION:
The class serves as base class for all vector fields where the scalar components are subclass objects of "FieldWithPtValues". Tensor fields are also represented by this vector field class.
|
|
|
|
|
|
|
|
See documentation of one of the overloaded functions. Reimplemented in FieldsFE, FieldsFV, FieldsLattice, FieldsPiWisConst, and FieldsScatPt. |
|
|
gives access to a scalar component in the vector field. Reimplemented in FieldsFE, FieldsFV, FieldsLattice, FieldsPiWisConst, and FieldsScatPt. |