MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode > Class Template Reference

Concrete preconditioner factory subclass for Thyra based on MueLu.Add support for MueLu preconditioners in Thyra. This class provides an interface both for Epetra and Tpetra. More...

#include <Thyra_MueLuRefMaxwellPreconditionerFactory_decl.hpp>

Inheritance diagram for Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >:

Public Types

typedef double Scalar
 
typedef int LocalOrdinal
 
typedef int GlobalOrdinal
 
typedef Xpetra::EpetraNode Node
 

Private Attributes

Teuchos::RCP
< Teuchos::ParameterList
paramList_
 

Constructors/initializers/accessors

 MueLuRefMaxwellPreconditionerFactory ()
 

Overridden from PreconditionerFactoryBase

bool isCompatible (const LinearOpSourceBase< Scalar > &fwdOpSrc) const
 
Teuchos::RCP
< PreconditionerBase< Scalar > > 
createPrec () const
 
void initializePrec (const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, PreconditionerBase< Scalar > *prec, const ESupportSolveUse) const
 
void uninitializePrec (PreconditionerBase< Scalar > *prec, Teuchos::RCP< const LinearOpSourceBase< Scalar > > *fwdOp, ESupportSolveUse *supportSolveUse) const
 

Overridden from Teuchos::ParameterListAcceptor

void setParameterList (const Teuchos::RCP< Teuchos::ParameterList > &paramList)
 
Teuchos::RCP
< Teuchos::ParameterList
unsetParameterList ()
 
Teuchos::RCP
< Teuchos::ParameterList
getNonconstParameterList ()
 
Teuchos::RCP< const
Teuchos::ParameterList
getParameterList () const
 
Teuchos::RCP< const
Teuchos::ParameterList
getValidParameters () const
 

Public functions overridden from Describable.

std::string description () const
 

Detailed Description

template<>
class Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >

Concrete preconditioner factory subclass for Thyra based on MueLu.

Add support for MueLu preconditioners in Thyra. This class provides an interface both for Epetra and Tpetra.

Specialization for Epetra

Definition at line 181 of file Thyra_MueLuRefMaxwellPreconditionerFactory_decl.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

Member Function Documentation

bool Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::isCompatible ( const LinearOpSourceBase< Scalar > &  fwdOpSrc) const
inline
Teuchos::RCP<PreconditionerBase<Scalar> > Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::createPrec ( ) const
inline
void Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::initializePrec ( const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &  fwdOpSrc,
PreconditionerBase< Scalar > *  prec,
const ESupportSolveUse   
) const
inline
void Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::uninitializePrec ( PreconditionerBase< Scalar > *  prec,
Teuchos::RCP< const LinearOpSourceBase< Scalar > > *  fwdOp,
ESupportSolveUse *  supportSolveUse 
) const
inline
void Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::setParameterList ( const Teuchos::RCP< Teuchos::ParameterList > &  paramList)
inline
Teuchos::RCP<const Teuchos::ParameterList> Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::getValidParameters ( ) const
inline
std::string Thyra::MueLuRefMaxwellPreconditionerFactory< double, int, int, Xpetra::EpetraNode >::description ( ) const
inline

Member Data Documentation


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