class VectorCoefficient

Vector of Coefficients.

Public Methods

VectorCoefficient(int dim)
Construct vector of dim coefficients.
int GetVDim()
Returns dimension of the vector.
Coefficient& GetCoeff(int i)
Returns i'th coefficient.
void Set(int i, Coefficient * c)
Sets coefficient in the vector.
double Eval(int i, ElementTransformation &T, IntegrationPoint &ip)
Evaluates i'th component of the vector.
void Read(int i, istream &in)
Reads vector coefficient.
~VectorCoefficient()
Destriys vector coefficient.

Documentation

Vector of Coefficients.
VectorCoefficient(int dim)
Construct vector of dim coefficients.

int GetVDim()
Returns dimension of the vector.

Coefficient& GetCoeff(int i)
Returns i'th coefficient.

void Set(int i, Coefficient * c)
Sets coefficient in the vector.

double Eval(int i, ElementTransformation &T, IntegrationPoint &ip)
Evaluates i'th component of the vector.

void Read(int i, istream &in)
Reads vector coefficient.

~VectorCoefficient()
Destriys vector coefficient.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de