ug4
|
#include <schur_complement_inverse.h>
Public Types | |
typedef TAlgebra | algebra_type |
typedef TAlgebra::matrix_type | matrix_type |
typedef TAlgebra::vector_type | vector_type |
Public Member Functions | |
virtual bool | apply (vector_type &u, const vector_type &f) |
virtual bool | apply_return_defect (vector_type &u, vector_type &f) |
virtual std::string | config_string () const |
virtual bool | init (SmartPtr< SchurComplementOperator< TAlgebra > > op) |
SchurInverseWithFullMatrix (SmartPtr< ILinearOperatorInverse< vector_type > > linOpInv) | |
virtual bool | supports_parallel () const |
Public Member Functions inherited from ug::ISchurComplementInverse< TAlgebra > | |
virtual | ~ISchurComplementInverse () |
Protected Attributes | |
SmartPtr< MatrixOperator< matrix_type, vector_type > > | m_exactSchurOp |
SmartPtr< ILinearOperatorInverse< vector_type > > | m_linOpInv |
typedef TAlgebra ug::SchurInverseWithFullMatrix< TAlgebra >::algebra_type |
typedef TAlgebra::matrix_type ug::SchurInverseWithFullMatrix< TAlgebra >::matrix_type |
typedef TAlgebra::vector_type ug::SchurInverseWithFullMatrix< TAlgebra >::vector_type |
|
inline |
|
inlinevirtual |
Implements ug::ISchurComplementInverse< TAlgebra >.
References ug::SchurInverseWithFullMatrix< TAlgebra >::m_linOpInv, and PROFILE_BEGIN.
|
inlinevirtual |
Implements ug::ISchurComplementInverse< TAlgebra >.
References ug::SchurInverseWithFullMatrix< TAlgebra >::m_linOpInv, and PROFILE_BEGIN.
|
inlinevirtual |
Implements ug::ISchurComplementInverse< TAlgebra >.
References ug::ConfigShift(), and ug::SchurInverseWithFullMatrix< TAlgebra >::m_linOpInv.
|
inlinevirtual |
|
inlinevirtual |
Implements ug::ISchurComplementInverse< TAlgebra >.
References ug::SchurInverseWithFullMatrix< TAlgebra >::m_linOpInv.
|
protected |
Referenced by ug::SchurInverseWithFullMatrix< TAlgebra >::init().
|
protected |
Referenced by ug::SchurInverseWithFullMatrix< TAlgebra >::apply(), ug::SchurInverseWithFullMatrix< TAlgebra >::apply_return_defect(), ug::SchurInverseWithFullMatrix< TAlgebra >::config_string(), ug::SchurInverseWithFullMatrix< TAlgebra >::init(), ug::SchurInverseWithFullMatrix< TAlgebra >::SchurInverseWithFullMatrix(), and ug::SchurInverseWithFullMatrix< TAlgebra >::supports_parallel().