| algebra_type typedef | ug::IExternalSolver< TAlgebra > | |
| apply(vector_type &c, const vector_type &d) | ug::IExternalSolver< TAlgebra > | protectedvirtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::apply(Y &u, const X &f)=0 | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | pure virtual |
| apply_return_defect(vector_type &u, vector_type &f) | ug::IExternalSolver< TAlgebra > | protectedvirtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::apply_return_defect(Y &u, X &f)=0 | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | pure virtual |
| apply_update_defect(Y &u, X &f) | ug::ILinearOperatorInverse< typename X, typename Y > | virtual |
| clone() | ug::IExternalSolver< TAlgebra > | virtual |
| codomain_function_type typedef | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | |
| col_perm_approximate() | ug::SuperLUSolver< TAlgebra > | inline |
| col_perm_mdo_AT_plus_A() | ug::SuperLUSolver< TAlgebra > | inline |
| col_perm_mdo_ATA() | ug::SuperLUSolver< TAlgebra > | inline |
| col_perm_natural() | ug::SuperLUSolver< TAlgebra > | inline |
| config | ug::SuperLUSolver< TAlgebra > | private |
| config_string() const | ug::ILinearOperatorInverse< typename X, typename Y > | virtual |
| convergence_check() | ug::ILinearOperatorInverse< typename X, typename Y > | |
| convergence_check() const | ug::ILinearOperatorInverse< typename X, typename Y > | |
| copy_pos(std::vector< MathVector< dim1 > > &dest, const std::vector< MathVector< dim2 > > &src) | ug::IExternalSolver< TAlgebra > | |
| damping() | ug::ILinearIterator< typename X, typename Y > | |
| defect() const | ug::ILinearOperatorInverse< typename X, typename Y > | |
| domain_function_type typedef | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | |
| double_apply(CPUAlgebra::vector_type &c, const CPUAlgebra::vector_type &d) | ug::SuperLUSolver< TAlgebra > | inlinevirtual |
| double_init(const CPUAlgebra::matrix_type &mat) | ug::SuperLUSolver< TAlgebra > | inlinevirtual |
| double_name() const | ug::SuperLUSolver< TAlgebra > | inlinevirtual |
| enable_consistent_interfaces(bool enable) | ug::IExternalSolver< TAlgebra > | |
| 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 |
| equil(bool b) | ug::SuperLUSolver< TAlgebra > | inline |
| get_dim() | ug::IExternalSolver< TAlgebra > | |
| get_positions() | ug::IExternalSolver< TAlgebra > | |
| get_positions(std::vector< MathVector< Tdim > > &coord) | ug::IExternalSolver< TAlgebra > | |
| get_positions3(std::vector< MathVector< 3 > > &coord) | ug::IExternalSolver< TAlgebra > | |
| get_vector(CPUAlgebra::vector_type &v_scalar, const vector_type &v) | ug::IExternalSolver< TAlgebra > | protected |
| IExternalSolver() | ug::IExternalSolver< TAlgebra > | |
| ILinearIterator() | ug::ILinearIterator< typename X, typename Y > | |
| ILinearIterator(const ILinearIterator< X, Y > &parent) | ug::ILinearIterator< typename X, typename Y > | |
| ILinearOperatorInverse() | ug::ILinearOperatorInverse< typename X, typename Y > | |
| ILinearOperatorInverse(SmartPtr< IConvergenceCheck< X > > spConvCheck) | ug::ILinearOperatorInverse< typename X, typename Y > | |
| impl | ug::SuperLUSolver< TAlgebra > | private |
| init(SmartPtr< MatrixOperator< matrix_type, vector_type > > Op) | ug::IExternalSolver< TAlgebra > | virtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< Y, X > > A) | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | virtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< Y, X > > A, const Y &u) | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | virtual |
| IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< MatrixOperator< M, Y, X > > A)=0 | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | pure virtual |
| leave_vector_debug_writer_section() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| linear_operator() | ug::ILinearOperatorInverse< typename X, typename Y > | |
| 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< typename X, typename Y > | protected |
| m_spDamping | ug::ILinearIterator< typename X, typename Y > | protected |
| m_spLinearOperator | ug::ILinearOperatorInverse< typename X, typename Y > | protected |
| m_spOperator | ug::IExternalSolver< TAlgebra > | |
| m_spVectorDebugWriter | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| mat_preprocess(const matrix_type &A) | ug::IExternalSolver< TAlgebra > | |
| matrix_type typedef | ug::IExternalSolver< TAlgebra > | |
| name() const | ug::IExternalSolver< TAlgebra > | virtual |
| postprocess() | ug::IExternalSolver< TAlgebra > | protectedvirtual |
| preprocess(SmartPtr< MatrixOperator< matrix_type, vector_type > > pOp) | ug::IExternalSolver< TAlgebra > | protectedvirtual |
| print_debugger_message(const char *msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| print_debugger_message(std::string msg) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protected |
| print_stat(bool b) | ug::SuperLUSolver< TAlgebra > | inline |
| reduction() const | ug::ILinearOperatorInverse< typename X, typename Y > | |
| set_convergence_check(SmartPtr< IConvergenceCheck< X > > spConvCheck) | ug::ILinearOperatorInverse< typename X, typename Y > | |
| set_damp(number factor) | ug::ILinearIterator< typename X, typename Y > | |
| set_damp(SmartPtr< IDamping< X, Y > > spScaling) | ug::ILinearIterator< typename X, typename Y > | |
| set_debug(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | virtual |
| set_disable_preprocessing(bool bDisable) | ug::IExternalSolver< TAlgebra > | |
| set_vector(CPUAlgebra::vector_type &v_scalar, vector_type &v) | ug::IExternalSolver< TAlgebra > | protected |
| standard_offset() const | ug::ILinearOperatorInverse< typename X, typename Y > | virtual |
| step() const | ug::ILinearOperatorInverse< typename X, typename Y > | |
| SuperLUSolver() | ug::SuperLUSolver< TAlgebra > | inline |
| supports_parallel() const | ug::IExternalSolver< TAlgebra > | virtual |
| 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::IExternalSolver< TAlgebra > | |
| VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| VectorDebugWritingObject(SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| write_debug(const vector_type &vec, const char *filename) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | |
| write_debug(const vector_type &vec, std::string name) | ug::VectorDebugWritingObject< TAlgebra::vector_type > | protectedvirtual |
| ~ILinearIterator() | ug::ILinearIterator< typename X, typename Y > | virtual |
| ~ILinearOperatorInverse() | ug::ILinearOperatorInverse< typename X, typename Y > | virtual |
| ~IMatrixOperatorInverse() | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | virtual |
| ~VectorDebugWritingObject() | ug::VectorDebugWritingObject< TAlgebra::vector_type > | virtual |