|
| MueLuOp (const RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &H) |
|
| MueLuOp (const RCP< MueLu::AMGXOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A) |
|
virtual | ~MueLuOp () |
|
void | Apply (const Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &x, Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &y, ETrans trans=NOTRANS) const |
|
void | Apply (const Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &x, Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &y, ETrans trans=NOTRANS) const |
|
void | Apply (const Epetra_MultiVector &x, Epetra_MultiVector &y, ETrans trans=NOTRANS) const |
| This routine takes the Tpetra::MultiVector x and applies the operator to it resulting in the Tpetra::MultiVector y , which is returned. More...
|
|
void | Apply (const Belos::MultiVec< double > &x, Belos::MultiVec< double > &y, ETrans trans=NOTRANS) const |
| This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y , which is returned. More...
|
|
| OperatorT () |
| Default constructor. More...
|
|
virtual | ~OperatorT () |
| Destructor. More...
|
|
virtual void | Apply (const Xpetra::MultiVector< double, int, int, Xpetra::EpetraNode > &x, Xpetra::MultiVector< double, int, int, Xpetra::EpetraNode > &y, ETrans trans=NOTRANS) const =0 |
| This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y , which is returned. More...
|
|
| OperatorT () |
| Default constructor. More...
|
|
virtual | ~OperatorT () |
| Destructor. More...
|
|
virtual void | Apply (const Tpetra::MultiVector< double, int, int, Xpetra::EpetraNode > &x, Tpetra::MultiVector< double, int, int, Xpetra::EpetraNode > &y, ETrans trans=NOTRANS) const =0 |
| This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y , which is returned. More...
|
|
| OperatorT () |
| Default constructor. More...
|
|
virtual | ~OperatorT () |
| Destructor. More...
|
|
template<>
class Belos::MueLuOp< double, int, int, Xpetra::EpetraNode >
Definition at line 171 of file BelosMueLuAdapter.hpp.