|
BEM++
2.0
|
A simple container class to hold pointers to preconditioners. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/linalg/preconditioner.hpp>
Public Types | |
|
typedef Teuchos::RCP< const Thyra::PreconditionerBase < ValueType > > | TeuchosPreconditionerPtr |
|
typedef shared_ptr< const DiscreteBoundaryOperator < ValueType > > | DiscreteBoundaryOperatorPtr |
|
typedef Fiber::ScalarTraits < ValueType >::RealType | MagnitudeType |
Public Member Functions | |
| Preconditioner (TeuchosPreconditionerPtr precPtr) | |
| const TeuchosPreconditionerPtr & | get () const |
Private Attributes | |
| TeuchosPreconditionerPtr | m_precPtr |
A simple container class to hold pointers to preconditioners.
1.8.5