MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_Details_registerLinearSolverFactory.cpp File Reference
#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.

Namespaces

namespace  MueLu
 Namespace for MueLu classes and methods.
 
namespace  MueLu::Details
 

Macros

#define LCL_CALL(SC, LO, GO, NT)
 

Functions

void MueLu::Details::registerLinearSolverFactory ()
 Register MueLu's LinearSolverFactory with the central repository, for all enabled combinations of template parameters.
 

Macro Definition Documentation

◆ 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.