CubbyFlow::FDMJacobiSolver2 Member List
This is the complete list of members for CubbyFlow::FDMJacobiSolver2, including all inherited members.
FDMJacobiSolver2(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance) | CubbyFlow::FDMJacobiSolver2 | |
GetLastNumberOfIterations() const | CubbyFlow::FDMJacobiSolver2 | |
GetLastResidual() const | CubbyFlow::FDMJacobiSolver2 | |
GetMaxNumberOfIterations() const | CubbyFlow::FDMJacobiSolver2 | |
GetTolerance() const | CubbyFlow::FDMJacobiSolver2 | |
Relax(const FDMMatrix2 &A, const FDMVector2 &b, FDMVector2 *x, FDMVector2 *xTemp) | CubbyFlow::FDMJacobiSolver2 | static |
Relax(const MatrixCSRD &A, const VectorND &b, VectorND *x, VectorND *xTemp) | CubbyFlow::FDMJacobiSolver2 | static |
Solve(FDMLinearSystem2 *system) override | CubbyFlow::FDMJacobiSolver2 | virtual |
SolveCompressed(FDMCompressedLinearSystem2 *system) override | CubbyFlow::FDMJacobiSolver2 | virtual |
~FDMLinearSystemSolver2()=default | CubbyFlow::FDMLinearSystemSolver2 | virtual |