MueLu
Version of the Day
|
Wraps an existing MueLu::Hierarchy as a Tpetra::Operator. More...
#include <MueLu_TpetraOperator_fwd.hpp>
Public Member Functions | |
Teuchos::RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > | getDomainMap () const |
Returns the Tpetra::Map object associated with the domain of this operator. More... | |
Teuchos::RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > | getRangeMap () const |
Returns the Tpetra::Map object associated with the range of this operator. More... | |
void | apply (const Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &X, Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, Scalar alpha=Teuchos::ScalarTraits< Scalar >::one(), Scalar beta=Teuchos::ScalarTraits< Scalar >::one()) const |
Returns in Y the result of a Tpetra::Operator applied to a Tpetra::MultiVector X. More... | |
bool | hasTransposeApply () const |
Indicates whether this operator supports applying the adjoint operator. More... | |
Protected Member Functions | |
TpetraOperator () | |
Private Attributes | |
RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Hierarchy_ |
RCP< Xpetra::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Operator_ |
Constructor/Destructor | |
TpetraOperator (const RCP< Xpetra::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &Op) | |
Constructor. More... | |
TpetraOperator (const RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &H) | |
Constructor. More... | |
virtual | ~TpetraOperator () |
Destructor. More... | |
MueLu specific | |
RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | GetHierarchy () const |
Direct access to the underlying MueLu::Hierarchy. More... | |
RCP< Xpetra::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | GetOperator () const |
Direct access to the underlying MueLu::Operator. More... | |
Wraps an existing MueLu::Hierarchy as a Tpetra::Operator.
Definition at line 54 of file MueLu_TpetraOperator_fwd.hpp.
|
inlineprotected |
Definition at line 67 of file MueLu_TpetraOperator_decl.hpp.
|
inline |
Constructor.
Definition at line 74 of file MueLu_TpetraOperator_decl.hpp.
|
inline |
Constructor.
Definition at line 77 of file MueLu_TpetraOperator_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 80 of file MueLu_TpetraOperator_decl.hpp.
Teuchos::RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::getDomainMap | ( | ) | const |
Returns the Tpetra::Map object associated with the domain of this operator.
Definition at line 70 of file MueLu_TpetraOperator_def.hpp.
Teuchos::RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::getRangeMap | ( | ) | const |
Returns the Tpetra::Map object associated with the range of this operator.
Definition at line 88 of file MueLu_TpetraOperator_def.hpp.
void MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::apply | ( | const Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > & | X, |
Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > & | Y, | ||
Teuchos::ETransp | mode = Teuchos::NO_TRANS , |
||
Scalar | alpha = Teuchos::ScalarTraits<Scalar>::one() , |
||
Scalar | beta = Teuchos::ScalarTraits<Scalar>::one() |
||
) | const |
Returns in Y the result of a Tpetra::Operator applied to a Tpetra::MultiVector X.
[in] | X | - Tpetra::MultiVector of dimension NumVectors to multiply with matrix. |
[out] | Y | -Tpetra::MultiVector of dimension NumVectors containing result. |
Definition at line 106 of file MueLu_TpetraOperator_def.hpp.
bool MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::hasTransposeApply | ( | ) | const |
Indicates whether this operator supports applying the adjoint operator.
Definition at line 131 of file MueLu_TpetraOperator_def.hpp.
RCP< MueLu::Hierarchy< Scalar, LocalOrdinal, GlobalOrdinal, Node > > MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::GetHierarchy | ( | ) | const |
Direct access to the underlying MueLu::Hierarchy.
Definition at line 137 of file MueLu_TpetraOperator_def.hpp.
RCP< Xpetra::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > > MueLu::TpetraOperator< Scalar, LocalOrdinal, GlobalOrdinal, Node >::GetOperator | ( | ) | const |
Direct access to the underlying MueLu::Operator.
Definition at line 143 of file MueLu_TpetraOperator_def.hpp.
|
private |
Definition at line 116 of file MueLu_TpetraOperator_decl.hpp.
|
private |
Definition at line 117 of file MueLu_TpetraOperator_decl.hpp.