|
| 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 () |
|
| 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.
|
| 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.
|
| virtual | ~BaseClass () |
| | Destructor.
|
| | VerboseObject () |
| virtual | ~VerboseObject () |
| | Destructor.
|
| VerbLevel | GetVerbLevel () const |
| | Get the verbosity level.
|
| void | SetVerbLevel (const VerbLevel verbLevel) |
| | Set the verbosity level of this object.
|
| int | GetProcRankVerbose () const |
| | Get proc rank used for printing. Do not use this information for any other purpose..
|
| int | SetProcRankVerbose (int procRank) const |
| | Set proc rank used for printing.
|
| bool | IsPrint (MsgType type, int thisProcRankOnly=-1) const |
| | Find out whether we need to print out information for a specific message type.
|
| Teuchos::FancyOStream & | GetOStream (MsgType type, int thisProcRankOnly=0) const |
| | Get an output stream for outputting the input message type.
|
| Teuchos::FancyOStream & | GetBlackHole () const |
| virtual | ~Describable () |
| | Destructor.
|
| virtual void | describe (Teuchos::FancyOStream &out_arg, const VerbLevel verbLevel=Default) const |
| virtual std::string | description () const |
| | Return a simple one-line description of this object.
|
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
| | Print the object with some verbosity level to an FancyOStream object.
|
| virtual std::string | ShortClassName () const |
| | Return the class name of the object, without template parameters and without namespace.
|
| static void | SetDefaultVerbLevel (const VerbLevel defaultVerbLevel) |
| | Set the default (global) verbosity level.
|
| static VerbLevel | GetDefaultVerbLevel () |
| | Get the default (global) verbosity level.
|
| static void | SetMueLuOStream (const Teuchos::RCP< Teuchos::FancyOStream > &mueluOStream) |
| static void | SetMueLuOFileStream (const std::string &filename) |
| static Teuchos::RCP< Teuchos::FancyOStream > | GetMueLuOStream () |
| | TpetraOperator ()=delete |
template<class
Node>
class MueLu::AMGXOperator< double, int, int, Node >
Definition at line 105 of file MueLu_AMGXOperator_decl.hpp.