|
| feVec (ot::DA *da) |
| : feVec constructor More...
|
|
| ~feVec () |
| deconstructor
|
|
virtual void | computeVec (const VECType *in, VECType *out, double scale=1.0)=0 |
| Evaluates the RHS of the PDE at specific points (for example evaluation at the quadrature points) More...
|
|
void | setProblemDimensions (const Point &pt_min, const Point &pt_max) |
| set the problem dimension
|
|
virtual void | setPlaceholder (const double *v) |
|
◆ feVec()
: feVec constructor
- [in] daType: type of the DA
◆ computeVec()
virtual void feVec::computeVec |
( |
const VECType * |
in, |
|
|
VECType * |
out, |
|
|
double |
scale = 1.0 |
|
) |
| |
|
pure virtual |
Evaluates the RHS of the PDE at specific points (for example evaluation at the quadrature points)
- Parameters
-
[out] | out | : function evaluated at specific points. Evaluates the right hand side of the weak formulations. Typically the mass matrix multiplied with the load function. |
[in] | in | Input vector (f) |
[out] | out | : Output vector (Mf) |
Implemented in feVector< T >, and feVector< HeatVec >.
The documentation for this class was generated from the following file: