|
ug4
|
#include <schur_complement_inverse.h>
Inheritance diagram for ug::SchurInverseWithFullMatrix< TAlgebra >: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 |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements ug::ISchurComplementInverse< TAlgebra >.
References ug::MatrixOperator< M, X, Y >::get_matrix(), ug::ILinearOperatorInverse< X, Y >::init(), ug::SchurInverseWithFullMatrix< TAlgebra >::m_exactSchurOp, ug::SchurInverseWithFullMatrix< TAlgebra >::m_linOpInv, make_sp(), PROFILE_BEGIN, and PROFILE_END.
|
inlinevirtual |
|
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().