CHROMA
Namespaces | Functions
mg_proto_qphix_helpers.cc File Reference
#include "chromabase.h"
#include "meas/inline/io/named_objmap.h"
#include "actions/ferm/invert/mg_proto/mg_proto_qphix_helpers.h"
#include "lattice/fine_qdpxx/mg_params_qdpxx.h"
#include "lattice/qphix/mg_level_qphix.h"
#include "lattice/qphix/vcycle_recursive_qphix.h"
#include "lattice/qphix/qphix_clover_linear_operator.h"
#include <vector>
#include <memory>

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::MGProtoHelpersQPhiX
 

Functions

template<typename QPhiXLinOpT >
shared_ptr< QPhiXLinOpT > Chroma::MGProtoHelpersQPhiX::createFineLinOpT (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info)
 
std::shared_ptr< MGPreconditioner::LinOpFT > Chroma::MGProtoHelpersQPhiX::createFineLinOpF (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info)
 
std::shared_ptr< MGPreconditioner::LinOpT > Chroma::MGProtoHelpersQPhiX::createFineLinOp (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info)
 
std::shared_ptr< MGPreconditionerEO::LinOpFT > Chroma::MGProtoHelpersQPhiX::createFineEOLinOpF (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info)
 
std::shared_ptr< MGPreconditionerEO::LinOpT > Chroma::MGProtoHelpersQPhiX::createFineEOLinOp (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u, const MG::LatticeInfo &info)
 
template<typename PrecT >
void Chroma::MGProtoHelpersQPhiX::deleteMGPreconditionerT (const std::string &subspaceId)
 
void Chroma::MGProtoHelpersQPhiX::deleteMGPreconditioner (const std::string &subspaceId)
 
void Chroma::MGProtoHelpersQPhiX::deleteMGPreconditionerEO (const std::string &subspaceId)
 
template<typename PrecT >
void Chroma::MGProtoHelpersQPhiX::createMGPreconditionerT (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u)
 
void Chroma::MGProtoHelpersQPhiX::createMGPreconditioner (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u)
 
void Chroma::MGProtoHelpersQPhiX::createMGPreconditionerEO (const MGProtoSolverParams &params, const multi1d< LatticeColorMatrix > &u)
 
template<typename PrecT >
shared_ptr< PrecT > Chroma::MGProtoHelpersQPhiX::getMGPreconditionerT (const std::string &subspaceId)
 
shared_ptr< MGPreconditioner > Chroma::MGProtoHelpersQPhiX::getMGPreconditioner (const std::string &subspaceId)
 
shared_ptr< MGPreconditionerEO > Chroma::MGProtoHelpersQPhiX::getMGPreconditionerEO (const std::string &subspaceId)