Memosa-FVM
0.2
|
#include <ILU0Solver.h>
Public Member Functions | |
ILU0Solver () | |
virtual | ~ILU0Solver () |
virtual MFRPtr | solve (LinearSystem &ls) |
virtual void | cleanup () |
virtual void | smooth (LinearSystem &ls) |
DEFINE_TYPENAME ("ILU0Solver") | |
![]() | |
LinearSolver () | |
Private Member Functions | |
void | doSweeps (LinearSystem &ls, const int nSweeps) |
ILU0Solver (const ILU0Solver &) | |
Additional Inherited Members | |
![]() | |
int | nMaxIterations |
int | verbosity |
double | relativeTolerance |
double | absoluteTolerance |
Solve a linear system using Jacobi iterations
Definition at line 20 of file ILU0Solver.h.
ILU0Solver::ILU0Solver | ( | ) |
Definition at line 15 of file ILU0Solver.cpp.
References logCtor.
|
virtual |
Definition at line 21 of file ILU0Solver.cpp.
References logDtor.
|
private |
|
virtual |
ILU0Solver::DEFINE_TYPENAME | ( | "ILU0Solver" | ) |
|
private |
Definition at line 27 of file ILU0Solver.cpp.
References LinearSystem::getB(), LinearSystem::getDelta(), LinearSystem::getMatrix(), LinearSystem::getResidual(), and MultiFieldMatrix::iluSolve().
Referenced by smooth(), and solve().
|
virtual |
|
virtual |
Implements LinearSolver.
Definition at line 47 of file ILU0Solver.cpp.
References LinearSolver::absoluteTolerance, MultiFieldMatrix::computeResidual(), doSweeps(), LinearSystem::getB(), LinearSystem::getDelta(), LinearSystem::getMatrix(), MultiField::getOneNorm(), LinearSystem::getResidual(), LinearSolver::nMaxIterations, LinearSolver::relativeTolerance, and LinearSolver::verbosity.