Belos Version of the Day
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
Belos_Details_registerSolverFactory.cpp File Reference
#include "Kokkos_Core.hpp"
#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,fMVt,fOPt,fSDM>, fST, fMVt, fOPt, fSDM> (name); \
Impl::registerSolverSubclassForTypes<manager<dST,dMVt,dOPt,dSDM>, dST, dMVt, dOPt, dSDM> (name); \
Impl::registerSolverSubclassForTypes<manager<fST,fMVk,fOPk,fKDV>, fST, fMVk, fOPk, fKDV> (name); \
Impl::registerSolverSubclassForTypes<manager<dST,dMVk,dOPk,dKDV>, dST, dMVk, dOPk, dKDV> (name);

Definition at line 48 of file Belos_Details_registerSolverFactory.cpp.


Generated for Belos by doxygen 1.9.8