|
MueLu
Version of the Day
|
Various adapters that will create a MueLu preconditioner that is an Epetra_Operator. More...
#include <Teuchos_XMLParameterListHelpers.hpp>#include <Xpetra_CrsMatrix.hpp>#include <Xpetra_MultiVector.hpp>#include <Xpetra_MultiVectorFactory.hpp>#include <MueLu.hpp>#include <MueLu_EpetraOperator.hpp>#include <MueLu_Exceptions.hpp>#include <MueLu_Hierarchy.hpp>#include <MueLu_CreateXpetraPreconditioner.hpp>#include <MueLu_MasterList.hpp>#include <MueLu_MLParameterListInterpreter.hpp>#include <MueLu_ParameterListInterpreter.hpp>#include <MueLu_Utilities.hpp>#include <MueLu_HierarchyUtils.hpp>Go to the source code of this file.
Namespaces | |
| MueLu | |
| Namespace for MueLu classes and methods. | |
Macros | |
| #define | MUELU_CREATE_EPETRA_PRECONDITIONER_CPP |
Functions | |
| Teuchos::RCP < MueLu::EpetraOperator > | MueLu::CreateEpetraPreconditioner (const Teuchos::RCP< Epetra_CrsMatrix > &inA, Teuchos::ParameterList ¶mListIn) |
| Helper function to create a MueLu preconditioner that can be used by Epetra.Given a EpetraCrs_Matrix, this function returns a constructed MueLu preconditioner. More... | |
| Teuchos::RCP < MueLu::EpetraOperator > | MueLu::CreateEpetraPreconditioner (const Teuchos::RCP< Epetra_CrsMatrix > &A, const std::string &xmlFileName) |
| Helper function to create a MueLu preconditioner that can be used by Epetra.Given a Epetra_CrsMatrix, this function returns a constructed MueLu preconditioner. More... | |
| Teuchos::RCP < MueLu::EpetraOperator > | MueLu::CreateEpetraPreconditioner (const Teuchos::RCP< Epetra_CrsMatrix > &A) |
| Helper function to create a MueLu preconditioner that can be used by Epetra.Given a Epetra_CrsMatrix, this function returns a constructed MueLu preconditioner. More... | |
| void | MueLu::ReuseEpetraPreconditioner (const Teuchos::RCP< Epetra_CrsMatrix > &inA, MueLu::EpetraOperator &Op) |
Various adapters that will create a MueLu preconditioner that is an Epetra_Operator.
Definition in file MueLu_CreateEpetraPreconditioner.cpp.
| #define MUELU_CREATE_EPETRA_PRECONDITIONER_CPP |
Definition at line 2 of file MueLu_CreateEpetraPreconditioner.cpp.