CubbyFlow::FDMGaussSeidelSolver3 Member List

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

FDMGaussSeidelSolver3(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance, double sorFactor=1.0, bool useRedBlackOrdering=false)CubbyFlow::FDMGaussSeidelSolver3
FDMLinearSystemSolver3()=defaultCubbyFlow::FDMLinearSystemSolver3
FDMLinearSystemSolver3(const FDMLinearSystemSolver3 &)=deleteCubbyFlow::FDMLinearSystemSolver3
FDMLinearSystemSolver3(FDMLinearSystemSolver3 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver3
GetLastNumberOfIterations() constCubbyFlow::FDMGaussSeidelSolver3
GetLastResidual() constCubbyFlow::FDMGaussSeidelSolver3
GetMaxNumberOfIterations() constCubbyFlow::FDMGaussSeidelSolver3
GetSORFactor() constCubbyFlow::FDMGaussSeidelSolver3
GetTolerance() constCubbyFlow::FDMGaussSeidelSolver3
GetUseRedBlackOrdering() constCubbyFlow::FDMGaussSeidelSolver3
operator=(const FDMLinearSystemSolver3 &)=deleteCubbyFlow::FDMLinearSystemSolver3
operator=(FDMLinearSystemSolver3 &&) noexcept=deleteCubbyFlow::FDMLinearSystemSolver3
Relax(const FDMMatrix3 &A, const FDMVector3 &b, double sorFactor, FDMVector3 *x)CubbyFlow::FDMGaussSeidelSolver3static
Relax(const MatrixCSRD &A, const VectorND &b, double sorFactor, VectorND *x)CubbyFlow::FDMGaussSeidelSolver3static
RelaxRedBlack(const FDMMatrix3 &A, const FDMVector3 &b, double sorFactor, FDMVector3 *x)CubbyFlow::FDMGaussSeidelSolver3static
Solve(FDMLinearSystem3 *system) overrideCubbyFlow::FDMGaussSeidelSolver3virtual
SolveCompressed(FDMCompressedLinearSystem3 *system) overrideCubbyFlow::FDMGaussSeidelSolver3virtual
~FDMLinearSystemSolver3()=defaultCubbyFlow::FDMLinearSystemSolver3virtual