Template Numerical Library version\ main:1437bf49
Loading...
Searching...
No Matches
TNL::Solvers::Linear::SOR< Matrix > Member List

This is the complete list of members for TNL::Solvers::Linear::SOR< Matrix >, including all inherited members.

checkConvergence()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
checkNextIteration()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
configSetup(Config::ConfigDescription &config, const String &prefix="")TNL::Solvers::Linear::SOR< Matrix >static
IterativeSolver< Matrix::RealType, Matrix::IndexType >::configSetup(Config::ConfigDescription &config, const std::string &prefix="")TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >static
ConstVectorViewType typedefTNL::Solvers::Linear::SOR< Matrix >
DeviceType typedefTNL::Solvers::Linear::SOR< Matrix >
diagonal (defined in TNL::Solvers::Linear::SOR< Matrix >)TNL::Solvers::Linear::SOR< Matrix >protected
getConvergenceResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getDivergenceResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getMaxIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getMinIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getOmega() constTNL::Solvers::Linear::SOR< Matrix >
getResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getResiduePerid() constTNL::Solvers::Linear::SOR< Matrix >
IndexType typedefTNL::Solvers::Linear::SOR< Matrix >
IterativeSolver()=defaultTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
matrix (defined in TNL::Solvers::Linear::LinearSolver< Matrix >)TNL::Solvers::Linear::LinearSolver< Matrix >protected
MatrixPointer typedefTNL::Solvers::Linear::LinearSolver< Matrix >
MatrixType typedefTNL::Solvers::Linear::LinearSolver< Matrix >
nextIteration()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
omega (defined in TNL::Solvers::Linear::SOR< Matrix >)TNL::Solvers::Linear::SOR< Matrix >protected
performIteration(const ConstVectorViewType &b, const ConstVectorViewType &diagonalView, VectorViewType &x) const (defined in TNL::Solvers::Linear::SOR< Matrix >)TNL::Solvers::Linear::SOR< Matrix >
preconditioner (defined in TNL::Solvers::Linear::LinearSolver< Matrix >)TNL::Solvers::Linear::LinearSolver< Matrix >protected
PreconditionerPointer typedefTNL::Solvers::Linear::LinearSolver< Matrix >
PreconditionerType typedefTNL::Solvers::Linear::LinearSolver< Matrix >
RealType typedefTNL::Solvers::Linear::SOR< Matrix >
resetIterations()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
residuePeriod (defined in TNL::Solvers::Linear::SOR< Matrix >)TNL::Solvers::Linear::SOR< Matrix >protected
setConvergenceResidue(const Matrix::RealType &convergenceResidue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setDivergenceResidue(const Matrix::RealType &divergenceResidue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setMatrix(const MatrixPointer &matrix)TNL::Solvers::Linear::LinearSolver< Matrix >inline
setMaxIterations(const Matrix::IndexType &maxIterations)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setMinIterations(const Matrix::IndexType &minIterations)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setOmega(const RealType &omega)TNL::Solvers::Linear::SOR< Matrix >
setPreconditioner(const PreconditionerPointer &preconditioner)TNL::Solvers::Linear::LinearSolver< Matrix >inline
setRefreshRate(const Matrix::IndexType &refreshRate)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setResidue(const Matrix::RealType &residue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setResiduePeriod(IndexType period)TNL::Solvers::Linear::SOR< Matrix >
setSolverMonitor(SolverMonitorType &solverMonitor)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setup(const Config::ParameterContainer &parameters, const String &prefix="") overrideTNL::Solvers::Linear::SOR< Matrix >virtual
IterativeSolver< Matrix::RealType, Matrix::IndexType >::setup(const Config::ParameterContainer &parameters, const std::string &prefix="")TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
solve(ConstVectorViewType b, VectorViewType x) overrideTNL::Solvers::Linear::SOR< Matrix >virtual
SolverMonitorType typedefTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
VectorViewType typedefTNL::Solvers::Linear::SOR< Matrix >
~LinearSolver()TNL::Solvers::Linear::LinearSolver< Matrix >inlinevirtual