12 #include "Tpetra_MultiVector.hpp"
13 #include "Tpetra_Operator.hpp"
14 #ifdef HAVE_MUELU_EPETRA
15 #include "Epetra_MultiVector.h"
16 #include "Epetra_Operator.h"
18 #include "TpetraCore_ETIHelperMacros.h"
24 TPETRA_ETI_MANGLING_TYPEDEFS()
35 #define LCL_CALL(SC, LO, GO, NT) \
36 ::MueLu::Details::LinearSolverFactory<Tpetra::MultiVector<SC, LO, GO, NT>, \
37 Tpetra::Operator<SC, LO, GO, NT>, \
38 typename Tpetra::MultiVector<SC, LO, GO, NT>::mag_type>::registerLinearSolverFactory();
47 TPETRA_INSTANTIATE_SLGN_NO_ORDINAL_SCALAR(
LCL_CALL)
51 #ifdef HAVE_MUELU_EPETRA
54 #endif // HAVE_MUELU_EPETRA
Interface for a "factory" that creates MueLu solvers.
void registerLinearSolverFactory()
Register MueLu's LinearSolverFactory with the central repository, for all enabled combinations of tem...
#define LCL_CALL(SC, LO, GO, NT)
Declaration of MueLu::Details::registerLinearSolverFactory.