|
|
| HeatVec (ot::DA *da, unsigned int dof=1) |
| |
| virtual void | elementalComputVec (const VECType *in, VECType *out, double *coords=NULL, double scale=1.0) |
| |
|
bool | preComputeVec (const VECType *in, VECType *out, double scale=1.0) |
| |
|
bool | postComputeVec (const VECType *in, VECType *out, double scale=1.0) |
| |
|
double | gridX_to_X (double x) |
| | octree grid x to domin x
|
| |
|
double | gridY_to_Y (double y) |
| | octree grid y to domin y
|
| |
|
double | gridZ_to_Z (double z) |
| | octree grid z to domin z
|
| |
| | feVector (ot::DA *da, unsigned int dof=1) |
| | constructs an FEM stiffness matrix class. More...
|
| |
| virtual void | computeVec (const VECType *in, VECType *out, double scale=1.0) |
| | Evaluates the RHS of the PDE at specific points (for example evaluation at the quadrature points) More...
|
| |
|
HeatVec & | asLeaf () |
| |
|
bool | preComputeVec (const VECType *in, VECType *out, double scale=1.0) |
| |
|
bool | postComputeVec (const VECType *in, VECType *out, double scale=1.0) |
| |
|
bool | preEvalVec (const VECType *in, VECType *out, double scale=1.0) |
| |
|
bool | postEvalVec (const VECType *in, VECType *out, double scale=1.0) |
| |
| | feVec (ot::DA *da) |
| | : feVec constructor More...
|
| |
|
| ~feVec () |
| | deconstructor
|
| |
|
void | setProblemDimensions (const Point &pt_min, const Point &pt_max) |
| | set the problem dimension
|
| |
|
virtual void | setPlaceholder (const double *v) |
| |
◆ elementalComputVec()
| void HeatEq::HeatVec::elementalComputVec |
( |
const VECType * |
in, |
|
|
VECType * |
out, |
|
|
double * |
coords = NULL, |
|
|
double |
scale = 1.0 |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- FEM/examples/include/heatVec.h
- FEM/examples/src/heatVec.cpp