1#ifndef MUELU_CREATE_EPETRA_PRECONDITIONER_HPP
2#define MUELU_CREATE_EPETRA_PRECONDITIONER_HPP
4#include <Epetra_CrsMatrix.h>
5#include <Epetra_MultiVector.h>
7#include <Teuchos_RCP.hpp>
15#if defined(HAVE_MUELU_EPETRA)
25 Teuchos::RCP<MueLu::EpetraOperator>
28 Teuchos::ParameterList& paramListIn);
37 Teuchos::RCP<MueLu::EpetraOperator>
39 const std::string& xmlFileName);
47 Teuchos::RCP<MueLu::EpetraOperator>
49 const std::string& xmlFileName);
Namespace for MueLu classes and methods.
void ReuseEpetraPreconditioner(const Teuchos::RCP< Epetra_CrsMatrix > &inA, MueLu::EpetraOperator &Op)
Teuchos::RCP< MueLu::EpetraOperator > 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,...