#include <feVec.h>
Inheritance diagram for ot::fem::feVec:
Public Types | |
enum | daType { PETSC, OCT } |
typedefs and enums More... | |
Public Member Functions | |
virtual bool | addVec (Vec _in, double scale=1.0, int indx=-1)=0 |
virtual bool | computeVec (Vec _in, Vec _out, double scale=1.0)=0 |
feVec (daType da) | |
feVec () | |
Contructors. | |
_p_DA * | getDA () |
ot::DA * | getOctDA () |
void | setDA (ot::DA *da) |
void | setDA (_p_DA *da) |
void | setProblemDimensions (double x, double y, double z) |
~feVec () | |
Protected Attributes | |
_p_DA * | m_DA |
daType | m_daType |
double | m_dLx |
The dimensions of the problem. | |
double | m_dLy |
double | m_dLz |
int | m_iCurrentDynamicIndex |
ot::DA * | m_octDA |
|
typedefs and enums
|
|
Contructors.
|
|
|
|
|
|
Implemented in ot::fem::feVector< T >. |
|
Implemented in ot::fem::feVector< T >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The dimensions of the problem.
|
|
|
|
|
|
|
|
|