MueLu  Version of the Day
Belos Namespace Reference

Classes

class  MueLuOp
 MueLuOp derives from Belos::OperatorT and administrates a MueLu::Hierarchy. It implements the apply call which represents the effect of the multigrid preconditioner on a given vector. Note, in contrast to Belos::XpetraOp this operator has the multigrid hierarchy. More...
 
class  MueLuOpFailure
 MueLuOpFailure is thrown when a return value from an MueLu call on an Xpetra::Operator or MueLu::Hierarchy is non-zero. More...
 
class  MultiVecTraits< Scalar, Xpetra::MultiVector< Scalar, LO, GO, Node > >
 Template specialization of Belos::MultiVecTraits class using the Xpetra::MultiVector class. This interface will ensure that any Xpetra::MultiVector will be accepted by the Belos templated solvers. More...
 
class  OperatorT
 
class  OperatorTraits< ScalarType, MV, OperatorT< MV > >
 Specialization of OperatorTraits for OperatorT. More...
 
class  StatusTestGenResSubNorm< Scalar, Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node >, Belos::OperatorT< Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > >
 Template specialization of Belos::StatusTestGenResSubNorm class using the Xpetra::MultiVector and Belos::OperatorT MueLu adapter class. More...
 
class  XpetraOp
 Implementation of the Belos::XpetraOp. It derives from the Belos::OperatorT templated on the Xpetra::MultiVector and the Tpetra::MultiVector (if Teptra is enabled) Note, in contrast to Belos::MueLuOp this operator administrates an Xpetra::Matrix<> object and implements the effect of a vector applied to the stored matrix. More...
 
class  XpetraOp< double, int, int, Xpetra::EpetraNode >
 
class  XpetraOp< double, int, long long, Xpetra::EpetraNode >
 
class  XpetraOpFailure
 XpetraOpFailure is thrown when a return value from an MueLu call on an Xpetra::Operator or MueLu::Hierarchy is non-zero. More...