mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
CheapPointFunction (Mesh::T_POINTS &apoints, const Mesh::T_VOLELEMENTS &aelements, const MeshingParameters &) | |
virtual void | SetPointIndex (PointIndex aactpind) |
virtual double | PointFunctionValue (const Point< 3 > &pp) const |
virtual double | PointFunctionValueGrad (const Point< 3 > &pp, Vec< 3 > &grad) const |
Private Attributes | |
DenseMatrix | m |
netgen::CheapPointFunction::CheapPointFunction | ( | Mesh::T_POINTS & | apoints, |
const Mesh::T_VOLELEMENTS & | aelements, | ||
const MeshingParameters & | amp | ||
) |
double netgen::CheapPointFunction::PointFunctionValue | ( | const Point< 3 > & | pp | ) | const [virtual] |
Reimplemented from netgen::PointFunction.
double netgen::CheapPointFunction::PointFunctionValueGrad | ( | const Point< 3 > & | pp, |
Vec< 3 > & | grad | ||
) | const [virtual] |
Reimplemented from netgen::PointFunction.
void netgen::CheapPointFunction::SetPointIndex | ( | PointIndex | aactpind | ) | [virtual] |
Reimplemented from netgen::PointFunction.
DenseMatrix netgen::CheapPointFunction::m [private] |