| algebra_type typedef | ug::IExternalSolver< TAlgebra > | |
| apply(vector_type &c, const vector_type &d) | ug::IExternalSolver< TAlgebra > | inlineprotectedvirtual |
| ug::ILinearOperatorInverse::apply(Y &u, const X &f)=0 | ug::ILinearOperatorInverse< X, Y > | pure virtual |
| apply_return_defect(vector_type &u, vector_type &f) | ug::IExternalSolver< TAlgebra > | inlineprotectedvirtual |
| ug::ILinearOperatorInverse::apply_return_defect(Y &u, X &f)=0 | ug::ILinearOperatorInverse< X, Y > | pure virtual |
| apply_update_defect(Y &u, X &f) | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| clone() | ug::IExternalSolver< TAlgebra > | inlinevirtual |
| codomain_function_type typedef | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | |
| config_string() const | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| convergence_check() const | ug::ILinearOperatorInverse< X, Y > | inline |
| convergence_check() | ug::ILinearOperatorInverse< X, Y > | inline |
| copy_pos(std::vector< MathVector< dim1 > > &dest, const std::vector< MathVector< dim2 > > &src) | ug::IExternalSolver< TAlgebra > | inline |
| damping() | ug::ILinearIterator< X, Y > | inline |
| defect() const | ug::ILinearOperatorInverse< X, Y > | inline |
| domain_function_type typedef | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | |
| double_apply(CPUAlgebra::vector_type &c, const CPUAlgebra::vector_type &d)=0 | ug::IExternalSolver< TAlgebra > | protectedpure virtual |
| double_init(const CPUAlgebra::matrix_type &mat)=0 | ug::IExternalSolver< TAlgebra > | pure virtual |
| double_name() const =0 | ug::IExternalSolver< TAlgebra > | pure virtual |
| enable_consistent_interfaces(bool enable) | ug::IExternalSolver< TAlgebra > | inline |
| enter_vector_debug_writer_section(std::string secDir) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotected |
| enter_vector_debug_writer_section(const char *secDir) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotected |
| get_dim() | ug::IExternalSolver< TAlgebra > | inline |
| get_positions(std::vector< MathVector< Tdim > > &coord) | ug::IExternalSolver< TAlgebra > | inline |
| get_positions() | ug::IExternalSolver< TAlgebra > | inline |
| get_positions3(std::vector< MathVector< 3 > > &coord) | ug::IExternalSolver< TAlgebra > | inline |
| get_vector(CPUAlgebra::vector_type &v_scalar, const vector_type &v) | ug::IExternalSolver< TAlgebra > | inlineprotected |
| IExternalSolver() | ug::IExternalSolver< TAlgebra > | inline |
| ILinearIterator() | ug::ILinearIterator< X, Y > | inline |
| ILinearIterator(const ILinearIterator< X, Y > &parent) | ug::ILinearIterator< X, Y > | inline |
| ILinearOperatorInverse() | ug::ILinearOperatorInverse< X, Y > | inline |
| ILinearOperatorInverse(SmartPtr< IConvergenceCheck< X > > spConvCheck) | ug::ILinearOperatorInverse< X, Y > | inline |
| init(SmartPtr< MatrixOperator< matrix_type, vector_type > > Op) | ug::IExternalSolver< TAlgebra > | inlinevirtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< MatrixOperator< TAlgebra::matrix_type, TAlgebra::vector_type, TAlgebra::vector_type > > A)=0 | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | pure virtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > A, const TAlgebra::vector_type &u) | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | inlinevirtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > A) | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | inlinevirtual |
| ug::ILinearOperatorInverse::init(SmartPtr< ILinearOperator< Y, X > > L) | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| ug::ILinearOperatorInverse::init(SmartPtr< ILinearOperator< Y, X > > J, const Y &u) | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| leave_vector_debug_writer_section() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotected |
| linear_operator() | ug::ILinearOperatorInverse< X, Y > | inline |
| m_bDisablePreprocessing | ug::IExternalSolver< TAlgebra > | protected |
| m_blockSize | ug::IExternalSolver< TAlgebra > | protected |
| m_bUseConsistentInterfaces | ug::IExternalSolver< TAlgebra > | protected |
| m_c | ug::IExternalSolver< TAlgebra > | protected |
| m_d | ug::IExternalSolver< TAlgebra > | protected |
| m_size | ug::IExternalSolver< TAlgebra > | protected |
| m_spConvCheck | ug::ILinearOperatorInverse< X, Y > | protected |
| m_spDamping | ug::ILinearIterator< X, Y > | protected |
| m_spLinearOperator | ug::ILinearOperatorInverse< X, Y > | protected |
| m_spOperator | ug::IExternalSolver< TAlgebra > | |
| m_spVectorDebugWriter | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| mat_preprocess(const matrix_type &A) | ug::IExternalSolver< TAlgebra > | inline |
| matrix_type typedef | ug::IExternalSolver< TAlgebra > | |
| name() const | ug::IExternalSolver< TAlgebra > | inlinevirtual |
| postprocess() | ug::IExternalSolver< TAlgebra > | inlineprotectedvirtual |
| preprocess(SmartPtr< MatrixOperator< matrix_type, vector_type > > pOp) | ug::IExternalSolver< TAlgebra > | inlineprotectedvirtual |
| print_debugger_message(std::string msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotected |
| print_debugger_message(const char *msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotected |
| reduction() const | ug::ILinearOperatorInverse< X, Y > | inline |
| set_convergence_check(SmartPtr< IConvergenceCheck< X > > spConvCheck) | ug::ILinearOperatorInverse< X, Y > | inline |
| set_damp(SmartPtr< IDamping< X, Y > > spScaling) | ug::ILinearIterator< X, Y > | inline |
| set_damp(number factor) | ug::ILinearIterator< X, Y > | inline |
| set_debug(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlinevirtual |
| set_disable_preprocessing(bool bDisable) | ug::IExternalSolver< TAlgebra > | inline |
| set_vector(CPUAlgebra::vector_type &v_scalar, vector_type &v) | ug::IExternalSolver< TAlgebra > | inlineprotected |
| standard_offset() const | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| step() const | ug::ILinearOperatorInverse< X, Y > | inline |
| supports_parallel() const | ug::IExternalSolver< TAlgebra > | inlinevirtual |
| vector_debug_writer() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| vector_debug_writer() const | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| vector_debug_writer_valid() const | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| vector_type typedef | ug::IExternalSolver< TAlgebra > | |
| VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| VectorDebugWritingObject(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| write_debug(const vector_type &vec, const char *filename) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inline |
| write_debug(const vector_type &vec, std::string name) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlineprotectedvirtual |
| ~ILinearIterator() | ug::ILinearIterator< X, Y > | inlinevirtual |
| ~ILinearOperatorInverse() | ug::ILinearOperatorInverse< X, Y > | inlinevirtual |
| ~IMatrixOperatorInverse() | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | inlinevirtual |
| ~VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | inlinevirtual |