Belos Version of the Day
Loading...
Searching...
No Matches
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

namespace  Belos
 
namespace  Belos::Details
 

Macros

#define BELOS_DEFINE_REGISTER_SOLVER_MANAGER(manager, name)
 

Functions

void Belos::Details::registerSolverFactory ()
 

Macro Definition Documentation

◆ BELOS_DEFINE_REGISTER_SOLVER_MANAGER

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


Generated for Belos by doxygen 1.10.0