CubbyFlow::FDMGaussSeidelSolver2 Member List

This is the complete list of members for CubbyFlow::FDMGaussSeidelSolver2, including all inherited members.

FDMGaussSeidelSolver2(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance, double sorFactor=1.0, bool useRedBlackOrdering=false)CubbyFlow::FDMGaussSeidelSolver2
FDMLinearSystemSolver2()=defaultCubbyFlow::FDMLinearSystemSolver2
FDMLinearSystemSolver2(const FDMLinearSystemSolver2 &)=deleteCubbyFlow::FDMLinearSystemSolver2
FDMLinearSystemSolver2(FDMLinearSystemSolver2 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver2
GetLastNumberOfIterations() constCubbyFlow::FDMGaussSeidelSolver2
GetLastResidual() constCubbyFlow::FDMGaussSeidelSolver2
GetMaxNumberOfIterations() constCubbyFlow::FDMGaussSeidelSolver2
GetSORFactor() constCubbyFlow::FDMGaussSeidelSolver2
GetTolerance() constCubbyFlow::FDMGaussSeidelSolver2
GetUseRedBlackOrdering() constCubbyFlow::FDMGaussSeidelSolver2
operator=(const FDMLinearSystemSolver2 &)=deleteCubbyFlow::FDMLinearSystemSolver2
operator=(FDMLinearSystemSolver2 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver2
Relax(const FDMMatrix2 &A, const FDMVector2 &b, double sorFactor, FDMVector2 *x)CubbyFlow::FDMGaussSeidelSolver2static
Relax(const MatrixCSRD &A, const VectorND &b, double sorFactor, VectorND *x)CubbyFlow::FDMGaussSeidelSolver2static
RelaxRedBlack(const FDMMatrix2 &A, const FDMVector2 &b, double sorFactor, FDMVector2 *x)CubbyFlow::FDMGaussSeidelSolver2static
Solve(FDMLinearSystem2 *system) overrideCubbyFlow::FDMGaussSeidelSolver2virtual
SolveCompressed(FDMCompressedLinearSystem2 *system) overrideCubbyFlow::FDMGaussSeidelSolver2virtual
~FDMLinearSystemSolver2()=defaultCubbyFlow::FDMLinearSystemSolver2virtual