BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
Bempp::Preconditioner< ValueType > Class Template Reference

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
 

Detailed Description

template<typename ValueType>
class Bempp::Preconditioner< ValueType >

A simple container class to hold pointers to preconditioners.


The documentation for this class was generated from the following files: