#include <MueLu_AMGXOperator_decl.hpp>
|
| 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) |
| |
|
| 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. More...
|
| |
| Teuchos::RCP< const Map > | getDomainMap () const |
| | Returns the Tpetra::Map object associated with the domain of this operator. More...
|
| |
| Teuchos::RCP< const Map > | getRangeMap () const |
| | Returns the Tpetra::Map object associated with the range of this operator. More...
|
| |
| 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. More...
|
| |
| bool | hasTransposeApply () const |
| | Indicates whether this operator supports applying the adjoint operator. More...
|
| |
| RCP< MueLu::Hierarchy< SC, LO, GO, NO > > | GetHierarchy () const |
| |
| std::string | filterValueToString (const Teuchos::ParameterEntry &entry) |
| |
| int | sizeA () |
| |
| int | iters () |
| |
| AMGX_SOLVE_STATUS | getStatus () |
| |
|
| RCP< MueLu::Hierarchy< double, int, int, Node > > | GetHierarchy () const |
| | Direct access to the underlying MueLu::Hierarchy. More...
|
| |
| RCP< Xpetra::Operator< double, int, int, Node > > | GetOperator () const |
| | Direct access to the underlying MueLu::Operator. More...
|
| |
| | TpetraOperator (const RCP< Xpetra::Operator< double, int, int, Node > > &Op) |
| | Constructor. More...
|
| |
| | TpetraOperator (const RCP< MueLu::Hierarchy< double, int, int, Node > > &H) |
| | Constructor. More...
|
| |
| virtual | ~TpetraOperator () |
| | Destructor. More...
|
| |
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > | getDomainMap () const |
| | Returns the Tpetra::Map object associated with the domain of this operator. More...
|
| |
| Teuchos::RCP< const Tpetra::Map< int, int, Node > > | getRangeMap () const |
| | Returns the Tpetra::Map object associated with the range of this operator. More...
|
| |
| 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. More...
|
| |
| bool | hasTransposeApply () const |
| | Indicates whether this operator supports applying the adjoint operator. More...
|
| |
| | TpetraOperator () |
| |
template<class
Node>
class MueLu::AMGXOperator< double, int, int, Node >
Definition at line 143 of file MueLu_AMGXOperator_decl.hpp.
◆ SC
◆ LO
◆ GO
◆ NO
◆ Map
◆ MultiVector
◆ AMGXOperator()
| MueLu::AMGXOperator< double, int, int, Node >::AMGXOperator |
( |
const Teuchos::RCP< Tpetra::CrsMatrix< SC, LO, GO, NO > > & |
inA, |
|
|
Teuchos::ParameterList & |
paramListIn |
|
) |
| |
|
inline |
◆ ~AMGXOperator()
◆ printMaps()
| void MueLu::AMGXOperator< double, int, int, Node >::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 |
|
) |
| |
|
inlineprivate |
◆ getDomainMap()
◆ getRangeMap()
◆ apply()
Returns in X the solution to the linear system AX=Y.
- Parameters
-
| [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.
◆ hasTransposeApply()
◆ GetHierarchy()
◆ filterValueToString()
| std::string MueLu::AMGXOperator< double, int, int, Node >::filterValueToString |
( |
const Teuchos::ParameterEntry & |
entry | ) |
|
|
inline |
◆ sizeA()
◆ iters()
◆ getStatus()
◆ Solver_
◆ Resources_
◆ Config_
◆ A_
◆ X_
◆ Y_
◆ N_
◆ domainMap_
◆ rangeMap_
◆ muelu2amgx_
◆ vectorTimer1_
◆ vectorTimer2_
◆ solverTimer_
The documentation for this class was generated from the following files: