Base typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
BlockProblemTraits typedef (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
BlockSolverBase(const BlockObjectBase< BlockMatrixType > *matrix=(static_cast< const BlockObjectBase< BlockMatrixType > * >(0)), unsigned maxIters=0, Scalar tol=0) (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | protected |
BlockTraits typedef (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
callback() | bogus::BlockSolverBase< BlockMatrixType > | |
callback() const (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
CallBackType typedef (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
ConstrainedSolverBase() (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | protected |
DiagonalBlockType typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
dualityCOV(const NSLaw &law, const RhsT &b, ResT &x) const | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
eval(const NSLaw &law, const ResT &y, const RhsT &x) const | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
evalAndKeepBest(const NSLaw &law, const ResT &x, const typename GlobalProblemTraits::DynVector &y, typename GlobalProblemTraits::DynVector &x_best, Scalar &err_best) const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
explicitMatrix() const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
GaussSeidelBase() (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
GlobalProblemTraits typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
Index typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
iterableMatrix() const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_autoRegularization | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_callback (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | protected |
m_evalEvery | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_localMatrices (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_matrix | bogus::BlockSolverBase< BlockMatrixType > | protected |
m_maxIters | bogus::BlockSolverBase< BlockMatrixType > | protected |
m_maxThreads | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_regularization (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_scaling (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_skipIters | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_skipTol | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
m_tol | bogus::BlockSolverBase< BlockMatrixType > | protected |
m_useInfinityNorm | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | protected |
matrix() const (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
maxIters() const (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
processLocalMatrices() (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
projectOnConstraints(const NSLaw &projector, VectorT &x) const | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
Scalar typedef (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setAutoRegularization(Scalar maxRegul) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setEvalEvery(unsigned evalEvery) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setMatrix(const BlockObjectBase< BlockMatrixType > &matrix) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
setMaxIters(unsigned maxIters) | bogus::BlockSolverBase< BlockMatrixType > | |
setMaxThreads(unsigned maxThreads=0) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setSkipIters(unsigned skipIters) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setSkipTol(Scalar skipTol) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | |
setTol(Scalar tol) | bogus::BlockSolverBase< BlockMatrixType > | |
solve(const NSLaw &law, const RhsT &b, ResT &x) const (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
tol() const (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | |
tryZero(const NSLaw &law, const RhsT &b, ResT &x, typename GlobalProblemTraits::DynVector &x_best, Scalar &err_best) const (defined in bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType >) | bogus::GaussSeidelBase< GaussSeidelImpl, BlockMatrixType > | protected |
updateScalings() (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | protected |
useInfinityNorm(bool useInfNorm) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
usesInfinityNorm() const (defined in bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType >) | bogus::ConstrainedSolverBase< GaussSeidelImpl, BlockMatrixType > | |
~BlockSolverBase() (defined in bogus::BlockSolverBase< BlockMatrixType >) | bogus::BlockSolverBase< BlockMatrixType > | virtual |