#include "MueLu_Details_registerLinearSolverFactory.hpp"
#include "MueLu_Details_LinearSolverFactory.hpp"
#include "Tpetra_MultiVector.hpp"
#include "Tpetra_Operator.hpp"
#include "Epetra_MultiVector.h"
#include "Epetra_Operator.h"
#include "TpetraCore_ETIHelperMacros.h"
Go to the source code of this file.
◆ LCL_CALL
#define LCL_CALL |
( |
| SC, |
|
|
| LO, |
|
|
| GO, |
|
|
| NT ) |
Value:
Tpetra::Operator<SC, LO, GO, NT>, \
typename Tpetra::MultiVector<SC, LO, GO, NT>::mag_type>::registerLinearSolverFactory ();
Interface for a "factory" that creates MueLu solvers.
Definition at line 72 of file MueLu_Details_registerLinearSolverFactory.cpp.