|
MueLu
Version of the Day
|
#include <BelosMueLuAdapter.hpp>
Public Member Functions | |
| 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... | |
Public Member Functions inherited from Belos::OperatorT< Xpetra::MultiVector< double, int, int > > | |
| OperatorT () | |
| Default constructor. More... | |
| virtual | ~OperatorT () |
| Destructor. More... | |
| virtual void | Apply (const Xpetra::MultiVector< double, int, int > &x, Xpetra::MultiVector< double, int, int > &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... | |
Public Member Functions inherited from Belos::OperatorT< Tpetra::MultiVector< double, int, int > > | |
| OperatorT () | |
| Default constructor. More... | |
| virtual | ~OperatorT () |
| Destructor. More... | |
| virtual void | Apply (const Tpetra::MultiVector< double, int, int > &x, Tpetra::MultiVector< double, int, int > &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... | |
Public Member Functions inherited from Belos::OperatorT< Epetra_MultiVector > | |
| OperatorT () | |
| Default constructor. More... | |
| virtual | ~OperatorT () |
| Destructor. More... | |
Private Types | |
| typedef double | Scalar |
| typedef int | LocalOrdinal |
| typedef int | GlobalOrdinal |
| typedef Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal >::node_type | Node |
Private Attributes | |
| RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Hierarchy_ |
| RCP< MueLu::AMGXOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | AMGX_ |
Definition at line 169 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 179 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 180 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 181 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 182 of file BelosMueLuAdapter.hpp.
|
inline |
Definition at line 186 of file BelosMueLuAdapter.hpp.
|
inline |
Definition at line 188 of file BelosMueLuAdapter.hpp.
|
inlinevirtual |
Definition at line 190 of file BelosMueLuAdapter.hpp.
|
inline |
Definition at line 192 of file BelosMueLuAdapter.hpp.
|
inline |
Definition at line 213 of file BelosMueLuAdapter.hpp.
|
inlinevirtual |
This routine takes the Tpetra::MultiVector x and applies the operator to it resulting in the Tpetra::MultiVector y, which is returned.
x will be indicated by an std::exception being thrown. Implements Belos::OperatorT< Epetra_MultiVector >.
Definition at line 245 of file BelosMueLuAdapter.hpp.
|
inline |
This routine takes the Belos::MultiVec x and applies the operator to it resulting in the Belos::MultiVec y, which is returned.
x will be indicated by an std::exception being thrown. Definition at line 265 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 277 of file BelosMueLuAdapter.hpp.
|
private |
Definition at line 279 of file BelosMueLuAdapter.hpp.