OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <MueLuPreconditioner.h>
Public Types | |
typedef amr::Preconditioner | Preconditioner |
typedef amr::scalar_t | scalar_t |
typedef amr::local_ordinal_t | lo_t |
typedef amr::global_ordinal_t | go_t |
typedef amr::AmrBox_t | AmrBox_t |
typedef MueLu::TpetraOperator< scalar_t, lo_t, go_t, amr::node_t > | precond_t |
typedef amr::AmrIntVect_t | AmrIntVect_t |
typedef std::map< std::string, Preconditioner > | map_t |
Public Types inherited from AmrPreconditioner< amr::matrix_t, Level > | |
typedef amr::operator_t | operator_t |
Public Member Functions | |
MueLuPreconditioner (const std::string &reuse) | |
void | create (const Teuchos::RCP< amr::matrix_t > &A, Level *level_p=nullptr) |
Teuchos::RCP< amr::operator_t> | get () |
Static Public Member Functions | |
static void | fillMap (map_t &map) |
static std::string | convertToMueLuReuseOption (const std::string &reuse) |
Private Member Functions | |
void | init_m (const std::string &reuse) |
Private Attributes | |
Teuchos::ParameterList | params_m |
Teuchos::RCP< precond_t > | prec_mp |
Definition at line 32 of file MueLuPreconditioner.h.
typedef amr::AmrBox_t MueLuPreconditioner< Level >::AmrBox_t |
Definition at line 40 of file MueLuPreconditioner.h.
typedef amr::AmrIntVect_t MueLuPreconditioner< Level >::AmrIntVect_t |
Definition at line 49 of file MueLuPreconditioner.h.
typedef amr::global_ordinal_t MueLuPreconditioner< Level >::go_t |
Definition at line 39 of file MueLuPreconditioner.h.
typedef amr::local_ordinal_t MueLuPreconditioner< Level >::lo_t |
Definition at line 38 of file MueLuPreconditioner.h.
typedef std::map<std::string, Preconditioner> MueLuPreconditioner< Level >::map_t |
Definition at line 51 of file MueLuPreconditioner.h.
typedef MueLu::TpetraOperator< scalar_t, lo_t, go_t, amr::node_t > MueLuPreconditioner< Level >::precond_t |
Definition at line 47 of file MueLuPreconditioner.h.
typedef amr::Preconditioner MueLuPreconditioner< Level >::Preconditioner |
Definition at line 35 of file MueLuPreconditioner.h.
typedef amr::scalar_t MueLuPreconditioner< Level >::scalar_t |
Definition at line 37 of file MueLuPreconditioner.h.
|
explicit |
Definition at line 27 of file MueLuPreconditioner.hpp.
References MueLuPreconditioner< Level >::init_m().
|
static |
Definition at line 58 of file MueLuPreconditioner.hpp.
Referenced by AmrMultiGrid::initPrec_m().
|
virtual |
Instantiate the preconditioner matrix
A | matrix for which to create preconditioner |
level_p | bottom level if necessary to build preconditioner |
Implements AmrPreconditioner< amr::matrix_t, Level >.
Definition at line 35 of file MueLuPreconditioner.hpp.
|
static |
Definition at line 51 of file MueLuPreconditioner.hpp.
References amr::SA.
Referenced by AmrMultiGrid::convertToEnumPreconditioner_m().
|
virtual |
Implements AmrPreconditioner< amr::matrix_t, Level >.
Definition at line 45 of file MueLuPreconditioner.hpp.
|
private |
Definition at line 78 of file MueLuPreconditioner.hpp.
Referenced by MueLuPreconditioner< Level >::MueLuPreconditioner().
|
private |
Definition at line 69 of file MueLuPreconditioner.h.
|
private |
Definition at line 71 of file MueLuPreconditioner.h.