Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
Belos_Details_registerSolverFactory.cpp File Reference
#include "BelosMultiVec.hpp"
#include "BelosOperator.hpp"
#include "BelosSolverFactory.hpp"
#include "BelosBiCGStabSolMgr.hpp"
#include "BelosBlockCGSolMgr.hpp"
#include "BelosBlockGmresSolMgr.hpp"
#include "BelosFixedPointSolMgr.hpp"
#include "BelosGCRODRSolMgr.hpp"
#include "BelosGmresPolySolMgr.hpp"
#include "BelosLSQRSolMgr.hpp"
#include "BelosMinresSolMgr.hpp"
#include "BelosPCPGSolMgr.hpp"
#include "BelosPseudoBlockCGSolMgr.hpp"
#include "BelosPseudoBlockGmresSolMgr.hpp"
#include "BelosPseudoBlockTFQMRSolMgr.hpp"
#include "BelosRCGSolMgr.hpp"
#include "BelosTFQMRSolMgr.hpp"
Include dependency graph for Belos_Details_registerSolverFactory.cpp:

Go to the source code of this file.

Namespaces

 Belos
 
 Belos::Details
 

Macros

#define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager, name)
 

Functions

void Belos::Details::registerSolverFactory ()
 

Macro Definition Documentation

#define BELOS_DEFINE_REGISTER_SOLVER_MANAGER (   manager,
  name 
)
Value:
Impl::registerSolverSubclassForTypes<manager<fST,fMV,fOP>, fST, fMV, fOP> (name); \
Impl::registerSolverSubclassForTypes<manager<dST,dMV,dOP>, dST, dMV, dOP> (name);

Definition at line 74 of file Belos_Details_registerSolverFactory.cpp.