Jet  v1.3.3
jet::FdmGaussSeidelSolver2 Member List

This is the complete list of members for jet::FdmGaussSeidelSolver2, including all inherited members.

FdmGaussSeidelSolver2(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance, double sorFactor=1.0, bool useRedBlackOrdering=false)jet::FdmGaussSeidelSolver2
FdmLinearSystemSolver2()=defaultjet::FdmLinearSystemSolver2
lastNumberOfIterations() constjet::FdmGaussSeidelSolver2
lastResidual() constjet::FdmGaussSeidelSolver2
maxNumberOfIterations() constjet::FdmGaussSeidelSolver2
relax(const FdmMatrix2 &A, const FdmVector2 &b, double sorFactor, FdmVector2 *x)jet::FdmGaussSeidelSolver2static
relax(const MatrixCsrD &A, const VectorND &b, double sorFactor, VectorND *x)jet::FdmGaussSeidelSolver2static
relaxRedBlack(const FdmMatrix2 &A, const FdmVector2 &b, double sorFactor, FdmVector2 *x)jet::FdmGaussSeidelSolver2static
solve(FdmLinearSystem2 *system) overridejet::FdmGaussSeidelSolver2virtual
solveCompressed(FdmCompressedLinearSystem2 *system) overridejet::FdmGaussSeidelSolver2virtual
sorFactor() constjet::FdmGaussSeidelSolver2
tolerance() constjet::FdmGaussSeidelSolver2
useRedBlackOrdering() constjet::FdmGaussSeidelSolver2
~FdmLinearSystemSolver2()=defaultjet::FdmLinearSystemSolver2virtual