|
MueLu Version of the Day
|
#include <MueLu_AMGXOperator_decl.hpp>
Private Types | |
| typedef double | SC |
| typedef int | LO |
| typedef int | GO |
| typedef Node | NO |
| typedef Tpetra::Map< LO, GO, NO > | Map |
| typedef Tpetra::MultiVector< SC, LO, GO, NO > | MultiVector |
Private Member Functions | |
| void | printMaps (Teuchos::RCP< const Teuchos::Comm< int > > &comm, const std::vector< std::vector< int > > &vec, const std::vector< int > &perm, const int *nbrs, const Map &map, const std::string &label) |
Constructor/Destructor | |
| AMGX_solver_handle | Solver_ |
| AMGX_resources_handle | Resources_ |
| AMGX_config_handle | Config_ |
| AMGX_matrix_handle | A_ |
| AMGX_vector_handle | X_ |
| AMGX_vector_handle | Y_ |
| int | N_ |
| RCP< const Map > | domainMap_ |
| RCP< const Map > | rangeMap_ |
| std::vector< int > | muelu2amgx_ |
| RCP< Teuchos::Time > | vectorTimer1_ |
| RCP< Teuchos::Time > | vectorTimer2_ |
| RCP< Teuchos::Time > | solverTimer_ |
| AMGXOperator (const Teuchos::RCP< Tpetra::CrsMatrix< SC, LO, GO, NO > > &inA, Teuchos::ParameterList ¶mListIn) | |
| virtual | ~AMGXOperator () |
| Destructor. | |
| Teuchos::RCP< const Map > | getDomainMap () const |
| Returns the Tpetra::Map object associated with the domain of this operator. | |
| Teuchos::RCP< const Map > | getRangeMap () const |
| Returns the Tpetra::Map object associated with the range of this operator. | |
| void | apply (const MultiVector &X, MultiVector &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, SC alpha=Teuchos::ScalarTraits< SC >::one(), SC beta=Teuchos::ScalarTraits< SC >::zero()) const |
| Returns in X the solution to the linear system AX=Y. | |
| bool | hasTransposeApply () const |
| Indicates whether this operator supports applying the adjoint operator. | |
| RCP< MueLu::Hierarchy< SC, LO, GO, NO > > | GetHierarchy () const |
| std::string | filterValueToString (const Teuchos::ParameterEntry &entry) |
| int | sizeA () |
| int | iters () |
| AMGX_SOLVE_STATUS | getStatus () |
Additional Inherited Members | |
Public Member Functions inherited from MueLu::TpetraOperator< double, int, int, Node > | |
| RCP< MueLu::Hierarchy< double, int, int, Node > > | GetHierarchy () const |
| Direct access to the underlying MueLu::Hierarchy. | |
| RCP< Xpetra::Operator< double, int, int, Node > > | GetOperator () const |
| Direct access to the underlying MueLu::Operator. | |
| TpetraOperator (const RCP< Xpetra::Operator< double, int, int, Node > > &Op) | |
| Constructor. | |
| TpetraOperator (const RCP< MueLu::Hierarchy< double, int, int, Node > > &H) | |
| Constructor. | |
| virtual | ~TpetraOperator () |
| Destructor. | |
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > | getDomainMap () const |
| Returns the Tpetra::Map object associated with the domain of this operator. | |
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > | getRangeMap () const |
| Returns the Tpetra::Map object associated with the range of this operator. | |
| void | apply (const Tpetra::MultiVector< double, int, int, Node > &X, Tpetra::MultiVector< double, int, int, Node > &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, double alpha=Teuchos::ScalarTraits< double >::one(), double beta=Teuchos::ScalarTraits< double >::one()) const |
| Returns in Y the result of a Tpetra::Operator applied to a Tpetra::MultiVector X. | |
| bool | hasTransposeApply () const |
| Indicates whether this operator supports applying the adjoint operator. | |
Protected Member Functions inherited from MueLu::TpetraOperator< double, int, int, Node > | |
| TpetraOperator () | |
Definition at line 143 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 145 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 146 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 147 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 148 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 150 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 151 of file MueLu_AMGXOperator_decl.hpp.
|
inline |
Definition at line 178 of file MueLu_AMGXOperator_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 456 of file MueLu_AMGXOperator_decl.hpp.
|
inlineprivate |
Definition at line 154 of file MueLu_AMGXOperator_decl.hpp.
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > MueLu::AMGXOperator< double, int, int, Node >::getDomainMap | ( | ) | const |
Returns the Tpetra::Map object associated with the domain of this operator.
Definition at line 58 of file MueLu_AMGXOperator_def.hpp.
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > MueLu::AMGXOperator< double, int, int, Node >::getRangeMap | ( | ) | const |
Returns the Tpetra::Map object associated with the range of this operator.
Definition at line 63 of file MueLu_AMGXOperator_def.hpp.
| void MueLu::AMGXOperator< double, int, int, Node >::apply | ( | const MultiVector & | X, |
| MultiVector & | Y, | ||
| Teuchos::ETransp | mode = Teuchos::NO_TRANS, |
||
| SC | alpha = Teuchos::ScalarTraits<SC>::one(), |
||
| SC | beta = Teuchos::ScalarTraits<SC>::zero() |
||
| ) | const |
Returns in X the solution to the linear system AX=Y.
| [out] | X | - Tpetra::MultiVector of dimension NumVectors containing the RHS of the linear system |
| [in] | Y | - Tpetra::MultiVector of dimension NumVectors containing the solution to the linear system |
Definition at line 68 of file MueLu_AMGXOperator_def.hpp.
Indicates whether this operator supports applying the adjoint operator.
Definition at line 139 of file MueLu_AMGXOperator_def.hpp.
|
inline |
Definition at line 485 of file MueLu_AMGXOperator_decl.hpp.
|
inline |
Definition at line 489 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 493 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 499 of file MueLu_AMGXOperator_decl.hpp.
|
inline |
Definition at line 505 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 513 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 514 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 515 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 516 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 517 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 518 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 519 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 521 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 522 of file MueLu_AMGXOperator_decl.hpp.
Definition at line 524 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 526 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 527 of file MueLu_AMGXOperator_decl.hpp.
|
private |
Definition at line 528 of file MueLu_AMGXOperator_decl.hpp.