mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
CheapPointFunction1 (Mesh::T_POINTS &apoints, const Array< INDEX_3 > &afaces, double ah) | |
virtual double | Func (const Vector &x) const |
virtual double | FuncGrad (const Vector &x, Vector &g) const |
Private Attributes | |
Mesh::T_POINTS & | points |
const Array< INDEX_3 > & | faces |
DenseMatrix | m |
double | h |
netgen::CheapPointFunction1::CheapPointFunction1 | ( | Mesh::T_POINTS & | apoints, |
const Array< INDEX_3 > & | afaces, | ||
double | ah | ||
) |
double netgen::CheapPointFunction1::Func | ( | const Vector & | x | ) | const [virtual] |
double netgen::CheapPointFunction1::FuncGrad | ( | const Vector & | x, |
Vector & | g | ||
) | const [virtual] |
const Array<INDEX_3>& netgen::CheapPointFunction1::faces [private] |
double netgen::CheapPointFunction1::h [private] |
DenseMatrix netgen::CheapPointFunction1::m [private] |
Mesh::T_POINTS& netgen::CheapPointFunction1::points [private] |