mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Indent and Namespace changes
This commit is contained in:
parent
9f6cebe5ff
commit
1619e42d90
@ -26,86 +26,86 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
|
|
||||||
See the full license in the file "LICENSE" in the top level distribution directory
|
See the full license in the file "LICENSE" in the top level distribution directory
|
||||||
*************************************************************************************/
|
*************************************************************************************/
|
||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#ifndef GRID_QCD_DOMAIN_WALL_EOFA_FERMION_H
|
#ifndef GRID_QCD_DOMAIN_WALL_EOFA_FERMION_H
|
||||||
#define GRID_QCD_DOMAIN_WALL_EOFA_FERMION_H
|
#define GRID_QCD_DOMAIN_WALL_EOFA_FERMION_H
|
||||||
|
|
||||||
#include <Grid/qcd/action/fermion/AbstractEOFAFermion.h>
|
#include <Grid/qcd/action/fermion/AbstractEOFAFermion.h>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
template<class Impl>
|
template<class Impl>
|
||||||
class DomainWallEOFAFermion : public AbstractEOFAFermion<Impl>
|
class DomainWallEOFAFermion : public AbstractEOFAFermion<Impl>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
INHERIT_IMPL_TYPES(Impl);
|
INHERIT_IMPL_TYPES(Impl);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Modified (0,Ls-1) and (Ls-1,0) elements of Mooee
|
// Modified (0,Ls-1) and (Ls-1,0) elements of Mooee
|
||||||
// for red-black preconditioned Shamir EOFA
|
// for red-black preconditioned Shamir EOFA
|
||||||
Coeff_t dm;
|
Coeff_t dm;
|
||||||
Coeff_t dp;
|
Coeff_t dp;
|
||||||
|
|
||||||
virtual void Instantiatable(void) {};
|
virtual void Instantiatable(void) {};
|
||||||
|
|
||||||
// EOFA-specific operations
|
// EOFA-specific operations
|
||||||
virtual void Omega (const FermionField& in, FermionField& out, int sign, int dag);
|
virtual void Omega (const FermionField& in, FermionField& out, int sign, int dag);
|
||||||
virtual void Dtilde (const FermionField& in, FermionField& out);
|
virtual void Dtilde (const FermionField& in, FermionField& out);
|
||||||
virtual void DtildeInv (const FermionField& in, FermionField& out);
|
virtual void DtildeInv (const FermionField& in, FermionField& out);
|
||||||
|
|
||||||
// override multiply
|
// override multiply
|
||||||
virtual RealD M (const FermionField& in, FermionField& out);
|
virtual RealD M (const FermionField& in, FermionField& out);
|
||||||
virtual RealD Mdag (const FermionField& in, FermionField& out);
|
virtual RealD Mdag (const FermionField& in, FermionField& out);
|
||||||
|
|
||||||
// half checkerboard operations
|
// half checkerboard operations
|
||||||
virtual void Mooee (const FermionField& in, FermionField& out);
|
virtual void Mooee (const FermionField& in, FermionField& out);
|
||||||
virtual void MooeeDag (const FermionField& in, FermionField& out);
|
virtual void MooeeDag (const FermionField& in, FermionField& out);
|
||||||
virtual void MooeeInv (const FermionField& in, FermionField& out);
|
virtual void MooeeInv (const FermionField& in, FermionField& out);
|
||||||
virtual void MooeeInvDag(const FermionField& in, FermionField& out);
|
virtual void MooeeInvDag(const FermionField& in, FermionField& out);
|
||||||
|
|
||||||
virtual void M5D (const FermionField& psi, FermionField& chi);
|
virtual void M5D (const FermionField& psi, FermionField& chi);
|
||||||
virtual void M5Ddag (const FermionField& psi, FermionField& chi);
|
virtual void M5Ddag (const FermionField& psi, FermionField& chi);
|
||||||
|
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
// Instantiate different versions depending on Impl
|
// Instantiate different versions depending on Impl
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
void M5D(const FermionField& psi, const FermionField& phi, FermionField& chi,
|
void M5D(const FermionField& psi, const FermionField& phi, FermionField& chi,
|
||||||
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper);
|
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper);
|
||||||
|
|
||||||
void M5Ddag(const FermionField& psi, const FermionField& phi, FermionField& chi,
|
void M5Ddag(const FermionField& psi, const FermionField& phi, FermionField& chi,
|
||||||
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper);
|
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper);
|
||||||
|
|
||||||
void MooeeInternal(const FermionField& in, FermionField& out, int dag, int inv);
|
void MooeeInternal(const FermionField& in, FermionField& out, int dag, int inv);
|
||||||
|
|
||||||
void MooeeInternalCompute(int dag, int inv, Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
void MooeeInternalCompute(int dag, int inv, Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
||||||
|
|
||||||
void MooeeInternalAsm(const FermionField& in, FermionField& out, int LLs, int site,
|
void MooeeInternalAsm(const FermionField& in, FermionField& out, int LLs, int site,
|
||||||
Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
||||||
|
|
||||||
void MooeeInternalZAsm(const FermionField& in, FermionField& out, int LLs, int site,
|
void MooeeInternalZAsm(const FermionField& in, FermionField& out, int LLs, int site,
|
||||||
Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
Vector<iSinglet<Simd>>& Matp, Vector<iSinglet<Simd>>& Matm);
|
||||||
|
|
||||||
virtual void RefreshShiftCoefficients(RealD new_shift);
|
virtual void RefreshShiftCoefficients(RealD new_shift);
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
DomainWallEOFAFermion(GaugeField& _Umu, GridCartesian& FiveDimGrid, GridRedBlackCartesian& FiveDimRedBlackGrid,
|
DomainWallEOFAFermion(GaugeField& _Umu, GridCartesian& FiveDimGrid, GridRedBlackCartesian& FiveDimRedBlackGrid,
|
||||||
GridCartesian& FourDimGrid, GridRedBlackCartesian& FourDimRedBlackGrid,
|
GridCartesian& FourDimGrid, GridRedBlackCartesian& FourDimRedBlackGrid,
|
||||||
RealD _mq1, RealD _mq2, RealD _mq3, RealD _shift, int pm,
|
RealD _mq1, RealD _mq2, RealD _mq3, RealD _shift, int pm,
|
||||||
RealD _M5, const ImplParams& p=ImplParams());
|
RealD _M5, const ImplParams& p=ImplParams());
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void SetCoefficientsInternal(RealD zolo_hi, std::vector<Coeff_t>& gamma, RealD b, RealD c);
|
void SetCoefficientsInternal(RealD zolo_hi, std::vector<Coeff_t>& gamma, RealD b, RealD c);
|
||||||
};
|
};
|
||||||
}}
|
|
||||||
|
|
||||||
#define INSTANTIATE_DPERP_DWF_EOFA(A)\
|
NAMESPACE_END(Grid);
|
||||||
template void DomainWallEOFAFermion<A>::M5D(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
|
||||||
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper); \
|
#define INSTANTIATE_DPERP_DWF_EOFA(A) \
|
||||||
template void DomainWallEOFAFermion<A>::M5Ddag(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
template void DomainWallEOFAFermion<A>::M5D(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
||||||
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper); \
|
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper); \
|
||||||
template void DomainWallEOFAFermion<A>::MooeeInv(const FermionField& psi, FermionField& chi); \
|
template void DomainWallEOFAFermion<A>::M5Ddag(const FermionField& psi, const FermionField& phi, FermionField& chi, \
|
||||||
template void DomainWallEOFAFermion<A>::MooeeInvDag(const FermionField& psi, FermionField& chi);
|
std::vector<Coeff_t>& lower, std::vector<Coeff_t>& diag, std::vector<Coeff_t>& upper); \
|
||||||
|
template void DomainWallEOFAFermion<A>::MooeeInv(const FermionField& psi, FermionField& chi); \
|
||||||
|
template void DomainWallEOFAFermion<A>::MooeeInvDag(const FermionField& psi, FermionField& chi);
|
||||||
|
|
||||||
#undef DOMAIN_WALL_EOFA_DPERP_DENSE
|
#undef DOMAIN_WALL_EOFA_DPERP_DENSE
|
||||||
#define DOMAIN_WALL_EOFA_DPERP_CACHE
|
#define DOMAIN_WALL_EOFA_DPERP_CACHE
|
||||||
|
Loading…
Reference in New Issue
Block a user