| algebra_type typedef | ug::CRILUTPreconditioner< TAlgebra > | |
| apply(vector_type &c, const vector_type &d) | ug::IPreconditioner< TAlgebra > | virtual |
| ILinearIterator< TAlgebra::vector_type >::apply(Y &c, const X &d)=0 | ug::ILinearIterator< TAlgebra::vector_type > | pure virtual |
| apply_update_defect(vector_type &c, vector_type &d) | ug::IPreconditioner< TAlgebra > | virtual |
| ILinearIterator< TAlgebra::vector_type >::apply_update_defect(Y &c, X &d)=0 | ug::ILinearIterator< TAlgebra::vector_type > | pure virtual |
| approx_operator() | ug::IPreconditioner< TAlgebra > | |
| block_type typedef | ug::CRILUTPreconditioner< TAlgebra > | private |
| clone() | ug::CRILUTPreconditioner< TAlgebra > | inlinevirtual |
| codomain_function_type typedef | ug::ILinearIterator< TAlgebra::vector_type > | |
| config_string() const | ug::ILinearIterator< TAlgebra::vector_type > | virtual |
| CRILUTPreconditioner(double eps=1e-6) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| CRILUTPreconditioner(number threshvv, number thresh_vp_pv_pp) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| CRILUTPreconditioner(number threshvv, number threshvp, number threshpv, number threshpp) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| CRILUTPreconditioner(double eps, bool info) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| CRILUTPreconditioner(number threshvv, number thresh_vp_pv_pp, bool info) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| CRILUTPreconditioner(number threshvv, number threshvp, number threshpv, number threshpp, bool info) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| damping() | ug::ILinearIterator< TAlgebra::vector_type > | |
| debug_writer() | ug::DebugWritingObject< typename TAlgebra > | |
| debug_writer() const | ug::DebugWritingObject< typename TAlgebra > | |
| debug_writer_valid() const | ug::DebugWritingObject< typename TAlgebra > | |
| DebugWritingObject() | ug::DebugWritingObject< typename TAlgebra > | |
| DebugWritingObject(const DebugWritingObject< algebra_type > &parent) | ug::DebugWritingObject< typename TAlgebra > | |
| DebugWritingObject(SmartPtr< IDebugWriter< algebra_type > > spDebugWriter) | ug::DebugWritingObject< typename TAlgebra > | |
| defect_operator() | ug::IPreconditioner< TAlgebra > | |
| domain_function_type typedef | ug::ILinearIterator< TAlgebra::vector_type > | |
| enter_debug_writer_section(const char *secDir) | ug::DebugWritingObject< typename TAlgebra > | protected |
| enter_debug_writer_section(std::string secDir) | ug::DebugWritingObject< typename TAlgebra > | protected |
| enter_vector_debug_writer_section(const char *secDir) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| enter_vector_debug_writer_section(std::string secDir) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| ILinearIterator() | ug::ILinearIterator< TAlgebra::vector_type > | |
| ILinearIterator(const ILinearIterator< X, Y > &parent) | ug::ILinearIterator< TAlgebra::vector_type > | |
| init(SmartPtr< ILinearOperator< vector_type > > J, const vector_type &u) | ug::IPreconditioner< TAlgebra > | virtual |
| init(SmartPtr< ILinearOperator< vector_type > > L) | ug::IPreconditioner< TAlgebra > | |
| init(SmartPtr< MatrixOperator< matrix_type, vector_type > > Op) | ug::IPreconditioner< TAlgebra > | |
| ILinearIterator< TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< Y, X > > J, const Y &u)=0 | ug::ILinearIterator< TAlgebra::vector_type > | pure virtual |
| ILinearIterator< TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< Y, X > > L)=0 | ug::ILinearIterator< TAlgebra::vector_type > | pure virtual |
| IPreconditioner() | ug::IPreconditioner< TAlgebra > | |
| IPreconditioner(const IPreconditioner< TAlgebra > &parent) | ug::IPreconditioner< TAlgebra > | |
| IPreconditioner(SmartPtr< IDebugWriter< algebra_type > > spDebugWriter) | ug::IPreconditioner< TAlgebra > | |
| leave_debug_writer_section() | ug::DebugWritingObject< typename TAlgebra > | protected |
| leave_vector_debug_writer_section() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| m_bInit | ug::IPreconditioner< TAlgebra > | protected |
| m_bOtherApproxOperator | ug::IPreconditioner< TAlgebra > | protected |
| m_eps | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_eps_pp | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_eps_pv | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_eps_vp | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_eps_vv | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_info | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_L | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_remove_zeros | ug::CRILUTPreconditioner< TAlgebra > | protected |
| m_small_lower | ug::CRILUTPreconditioner< TAlgebra > | protectedstatic |
| m_small_upper | ug::CRILUTPreconditioner< TAlgebra > | protectedstatic |
| m_spApproxOperator | ug::IPreconditioner< TAlgebra > | protected |
| m_spDamping | ug::ILinearIterator< TAlgebra::vector_type > | protected |
| m_spDebugWriter | ug::DebugWritingObject< typename TAlgebra > | protected |
| m_spDefectOperator | ug::IPreconditioner< TAlgebra > | protected |
| m_spVectorDebugWriter | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| m_U | ug::CRILUTPreconditioner< TAlgebra > | protected |
| matrix_operator_type typedef | ug::CRILUTPreconditioner< TAlgebra > | |
| matrix_type typedef | ug::CRILUTPreconditioner< TAlgebra > | |
| name() const | ug::CRILUTPreconditioner< TAlgebra > | inlineprotectedvirtual |
| postprocess() | ug::CRILUTPreconditioner< TAlgebra > | inlineprotectedvirtual |
| preprocess(SmartPtr< MatrixOperator< matrix_type, vector_type > > pOp) | ug::CRILUTPreconditioner< TAlgebra > | inlineprotectedvirtual |
| print_debugger_message(const char *msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| print_debugger_message(std::string msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| set_approximation(SmartPtr< MatrixOperator< matrix_type, vector_type > > approx) | ug::IPreconditioner< TAlgebra > | virtual |
| set_damp(number factor) | ug::ILinearIterator< TAlgebra::vector_type > | |
| set_damp(SmartPtr< IDamping< X, Y > > spScaling) | ug::ILinearIterator< TAlgebra::vector_type > | |
| set_debug(SmartPtr< IDebugWriter< algebra_type > > spDebugWriter) | ug::DebugWritingObject< typename TAlgebra > | virtual |
| VectorDebugWritingObject< TAlgebra::vector_type >::set_debug(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | virtual |
| set_info(bool info) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| set_threshold(number threshvv, number threshvp, number threshpv, number threshpp) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| set_threshold(number threshvv, number thresh_vp_pv_pp) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| set_threshold(number thresh) | ug::CRILUTPreconditioner< TAlgebra > | inline |
| step(SmartPtr< MatrixOperator< matrix_type, vector_type > > pOp, vector_type &c, const vector_type &d) | ug::CRILUTPreconditioner< TAlgebra > | inlineprotectedvirtual |
| supports_parallel() const | ug::CRILUTPreconditioner< TAlgebra > | inlinevirtual |
| vector_debug_writer() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| vector_debug_writer() const | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| vector_debug_writer_valid() const | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| vector_type typedef | ug::CRILUTPreconditioner< TAlgebra > | |
| VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| VectorDebugWritingObject(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| write_debug(const matrix_type &mat, const char *filename) | ug::DebugWritingObject< typename TAlgebra > | protected |
| write_debug(const matrix_type &mat, std::string name) | ug::DebugWritingObject< typename TAlgebra > | protected |
| VectorDebugWritingObject< TAlgebra::vector_type >::write_debug(const vector_type &vec, const char *filename) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| VectorDebugWritingObject< TAlgebra::vector_type >::write_debug(const vector_type &vec, std::string name) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protectedvirtual |
| ~CRILUTPreconditioner() | ug::CRILUTPreconditioner< TAlgebra > | inlinevirtual |
| ~DebugWritingObject() | ug::DebugWritingObject< typename TAlgebra > | virtual |
| ~ILinearIterator() | ug::ILinearIterator< TAlgebra::vector_type > | virtual |
| ~IPreconditioner() | ug::IPreconditioner< TAlgebra > | virtual |
| ~VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | virtual |