|
mFES - molecular Finite Element Solver
0.4
|
Public Member Functions | |
| ApplyFineMatrix (const BaseMatrix &afinemat, const ngmg::Prolongation &aprol, int alevel) | |
| virtual void | Mult (const BaseVector &x, BaseVector &y) const |
| virtual BaseVector * | CreateVector () const |
Private Attributes | |
| const BaseMatrix & | finemat |
| const ngmg::Prolongation & | prol |
| int | level |
| ngcomp::ApplyFineMatrix::ApplyFineMatrix | ( | const BaseMatrix & | afinemat, |
| const ngmg::Prolongation & | aprol, | ||
| int | alevel | ||
| ) |
| BaseVector * ngcomp::ApplyFineMatrix::CreateVector | ( | ) | const [virtual] |
| void ngcomp::ApplyFineMatrix::Mult | ( | const BaseVector & | x, |
| BaseVector & | y | ||
| ) | const [virtual] |
const BaseMatrix& ngcomp::ApplyFineMatrix::finemat [private] |
int ngcomp::ApplyFineMatrix::level [private] |
const ngmg::Prolongation& ngcomp::ApplyFineMatrix::prol [private] |
1.7.6.1