Jet  v1.3.3
jet::FdmGaussSeidelSolver3 Member List

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

FdmGaussSeidelSolver3(unsigned int maxNumberOfIterations, unsigned int residualCheckInterval, double tolerance, double sorFactor=1.0, bool useRedBlackOrdering=false)jet::FdmGaussSeidelSolver3
FdmLinearSystemSolver3()=defaultjet::FdmLinearSystemSolver3
lastNumberOfIterations() constjet::FdmGaussSeidelSolver3
lastResidual() constjet::FdmGaussSeidelSolver3
maxNumberOfIterations() constjet::FdmGaussSeidelSolver3
relax(const FdmMatrix3 &A, const FdmVector3 &b, double sorFactor, FdmVector3 *x)jet::FdmGaussSeidelSolver3static
relax(const MatrixCsrD &A, const VectorND &b, double sorFactor, VectorND *x)jet::FdmGaussSeidelSolver3static
relaxRedBlack(const FdmMatrix3 &A, const FdmVector3 &b, double sorFactor, FdmVector3 *x)jet::FdmGaussSeidelSolver3static
solve(FdmLinearSystem3 *system) overridejet::FdmGaussSeidelSolver3virtual
solveCompressed(FdmCompressedLinearSystem3 *system) overridejet::FdmGaussSeidelSolver3virtual
sorFactor() constjet::FdmGaussSeidelSolver3
tolerance() constjet::FdmGaussSeidelSolver3
useRedBlackOrdering() constjet::FdmGaussSeidelSolver3
~FdmLinearSystemSolver3()=defaultjet::FdmLinearSystemSolver3virtual