Loading...
Searching...
No Matches
FDMICCGSolver2.hpp
Go to the documentation of this file.
2-D finite difference-type linear system solver using incomplete Cholesky conjugate gradient (ICCG).
Definition FDMICCGSolver2.hpp:24
double GetLastResidual() const
Returns the last residual after the Jacobi iterations.
bool Solve(FDMLinearSystem2 *system) override
Solves the given linear system.
double GetTolerance() const
Returns the max residual tolerance for the Jacobi method.
FDMICCGSolver2(unsigned int maxNumberOfIterations, double tolerance)
Constructs the solver with given parameters.
unsigned int GetLastNumberOfIterations() const
Returns the last number of Jacobi iterations the solver made.
bool SolveCompressed(FDMCompressedLinearSystem2 *system) override
Solves the given compressed linear system.
unsigned int GetMaxNumberOfIterations() const
Returns the max number of Jacobi iterations.
Abstract base class for 2-D finite difference-type linear system solver.
Definition FDMLinearSystemSolver2.hpp:20
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< FDMICCGSolver2 > FDMICCGSolver2Ptr
Shared pointer type for the FDMICCGSolver2.
Definition FDMICCGSolver2.hpp:94
Array2< double > FDMVector2
Vector type for 2-D finite differencing.
Definition FDMLinearSystem2.hpp:34
Compressed linear system (Ax=b) for 2-D finite differencing.
Definition FDMLinearSystem2.hpp:60
Linear system (Ax=b) for 2-D finite differencing.
Definition FDMLinearSystem2.hpp:41
1.9.8