|
Grid 0.7.0
|
#include <WilsonCloverFermion.h>
Public Types | |
| typedef WilsonFermion< Impl > | WilsonBase |
| typedef WilsonCloverHelpers< Impl > | Helpers |
| typedef WilsonKernels< Impl > | Kernels |
| typedef FermionOperator< Impl > | Base |
| typedef AcceleratorVector< int, STENCIL_MAX > | StencilVector |
| enum | { OptGeneric , OptHandUnroll , OptInlineAsm } |
| enum | { CommsAndCompute , CommsThenCompute } |
Public Member Functions | |
| INHERIT_IMPL_TYPES (Impl) | |
| INHERIT_CLOVER_TYPES (Impl) | |
| virtual int | ConstEE (void) |
| virtual void | Instantiatable (void) |
| WilsonCloverFermion (GaugeField &_Umu, GridCartesian &Fgrid, GridRedBlackCartesian &Hgrid, const RealD _mass, const RealD _csw_r=0.0, const RealD _csw_t=0.0, const WilsonAnisotropyCoefficients &clover_anisotropy=WilsonAnisotropyCoefficients(), const ImplParams &impl_p=ImplParams()) | |
| virtual void | M (const FermionField &in, FermionField &out) |
| virtual void | Mdag (const FermionField &in, FermionField &out) |
| virtual void | Mooee (const FermionField &in, FermionField &out) |
| virtual void | MooeeDag (const FermionField &in, FermionField &out) |
| virtual void | MooeeInv (const FermionField &in, FermionField &out) |
| virtual void | MooeeInvDag (const FermionField &in, FermionField &out) |
| virtual void | MooeeInternal (const FermionField &in, FermionField &out, int dag, int inv) |
| virtual void | MooDeriv (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| virtual void | MeeDeriv (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| void | ImportGauge (const GaugeField &_Umu) |
| void | MDeriv (GaugeField &force, const FermionField &X, const FermionField &Y, int dag) |
| GridBase * | GaugeGrid (void) |
| GridBase * | GaugeRedBlackGrid (void) |
| GridBase * | FermionGrid (void) |
| GridBase * | FermionRedBlackGrid (void) |
| FermionField & | tmp (void) |
| virtual void | M (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | Mdag (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| void | Meooe (const FermionField &in, FermionField &out) |
| virtual void | Meooe (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| void | MeooeDag (const FermionField &in, FermionField &out) |
| virtual void | MeooeDag (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | Mooee (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | MooeeDag (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | MooeeInv (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | MooeeInvDag (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | MomentumSpacePropagator (FermionField &out, const FermionField &in, RealD _mass, std::vector< double > twist) |
| void | DhopDeriv (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| void | DhopDerivOE (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| void | DhopDerivEO (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| void | Dhop (const FermionField &in, FermionField &out, int dag) |
| void | DhopOE (const FermionField &in, FermionField &out, int dag) |
| void | DhopEO (const FermionField &in, FermionField &out, int dag) |
| void | Mdir (const FermionField &in, FermionField &out, int dir, int disp) |
| virtual void | Mdir (const Impl::FermionField &in, Impl::FermionField &out, int dir, int disp)=0 |
| void | MdirAll (const FermionField &in, std::vector< FermionField > &out) |
| virtual void | MdirAll (const Impl::FermionField &in, std::vector< Impl::FermionField > &out)=0 |
| void | DhopDir (const FermionField &in, FermionField &out, int dir, int disp) |
| void | DhopDirAll (const FermionField &in, std::vector< FermionField > &out) |
| void | DhopDirCalc (const FermionField &in, FermionField &out, int dirdisp, int gamma, int dag) |
| void | DerivInternal (StencilImpl &st, DoubledGaugeField &U, GaugeField &mat, const FermionField &A, const FermionField &B, int dag) |
| void | DhopInternal (StencilImpl &st, DoubledGaugeField &U, const FermionField &in, FermionField &out, int dag) |
| void | DhopInternalSerial (StencilImpl &st, DoubledGaugeField &U, const FermionField &in, FermionField &out, int dag) |
| void | DhopInternalOverlappedComms (StencilImpl &st, DoubledGaugeField &U, const FermionField &in, FermionField &out, int dag) |
| virtual RealD | Mass (void) |
| virtual int | isTrivialEE (void) |
| void | SloppyComms (int sloppy) |
| void | ContractConservedCurrent (PropagatorField &q_in_1, PropagatorField &q_in_2, PropagatorField &q_out, PropagatorField &phys_src, Current curr_type, unsigned int mu) |
| void | SeqConservedCurrent (PropagatorField &q_in, PropagatorField &q_out, PropagatorField &phys_src, Current curr_type, unsigned int mu, unsigned int tmin, unsigned int tmax, ComplexField &lattice_cmplx) |
| virtual void | DirichletBlock (const Coordinate &_Block) |
| GridBase * | Grid (void) |
| GridBase * | RedBlackGrid (void) |
| virtual void | MoeDeriv (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| virtual void | MeoDeriv (GaugeField &mat, const FermionField &U, const FermionField &V, int dag) |
| virtual void | Mdiag (const FermionField &in, FermionField &out) |
| virtual void | Mdiag (const Impl::FermionField &in, Impl::FermionField &out)=0 |
| virtual void | FreePropagator (const FermionField &in, FermionField &out, RealD mass, std::vector< Complex > boundary, std::vector< double > twist) |
| virtual void | FreePropagator (const FermionField &in, FermionField &out, RealD mass) |
| virtual void | ContractJ5q (FermionField &q_in, ComplexField &J5q) |
| virtual void | ContractJ5q (PropagatorField &q_in, ComplexField &J5q) |
| virtual void | Dminus (const FermionField &psi, FermionField &chi) |
| virtual void | DminusDag (const FermionField &psi, FermionField &chi) |
| virtual void | ImportPhysicalFermionSource (const FermionField &input, FermionField &imported) |
| virtual void | ImportUnphysicalFermion (const FermionField &input, FermionField &imported) |
| virtual void | ExportPhysicalFermionSolution (const FermionField &solution, FermionField &exported) |
| virtual void | ExportPhysicalFermionSource (const FermionField &solution, FermionField &exported) |
| virtual void | MdagM (const Impl::FermionField &in, Impl::FermionField &out) |
| virtual void | MMdag (const Impl::FermionField &in, Impl::FermionField &out) |
| template<class _SpinorField> | |
| void | multCloverField (_SpinorField &out, const CloverField &C, const _SpinorField &phi) |
Static Public Member Functions | |
| static void | DhopDirAll (StencilImpl &st, DoubledGaugeField &U, SiteHalfSpinor *buf, int Ls, int Nsite, const FermionField &in, std::vector< FermionField > &out) |
| static void | DhopKernel (int Opt, StencilImpl &st, DoubledGaugeField &U, SiteHalfSpinor *buf, int Ls, int Nsite, const FermionField &in, FermionField &out, int interior=1, int exterior=1) |
| static void | DhopKernel (int Opt, StencilImpl &st, DoubledGaugeField &U, SiteHalfSpinor *buf, int Ls, int Nsite, const FermionField &in, FermionField &out, uint64_t *ids) |
| static void | DhopDagKernel (int Opt, StencilImpl &st, DoubledGaugeField &U, SiteHalfSpinor *buf, int Ls, int Nsite, const FermionField &in, FermionField &out, int interior=1, int exterior=1) |
| static void | DhopDirKernel (StencilImpl &st, DoubledGaugeField &U, SiteHalfSpinor *buf, int Ls, int Nsite, const FermionField &in, FermionField &out, int dirdisp, int gamma) |
| static GaugeLinkField | Cmunu (std::vector< GaugeLinkField > &U, GaugeLinkField &lambda, int mu, int nu) |
| static CloverField | fillCloverYZ (const GaugeLinkField &F) |
| static CloverField | fillCloverXZ (const GaugeLinkField &F) |
| static CloverField | fillCloverXY (const GaugeLinkField &F) |
| static CloverField | fillCloverXT (const GaugeLinkField &F) |
| static CloverField | fillCloverYT (const GaugeLinkField &F) |
| static CloverField | fillCloverZT (const GaugeLinkField &F) |
| template<class _Spinor> | |
| static accelerator_inline void | multClover (_Spinor &phi, const SiteClover &C, const _Spinor &chi) |
Data Fields | |
| RealD | csw_r |
| RealD | csw_t |
| RealD | diag_mass |
| CloverField | CloverTerm |
| CloverField | CloverTermInv |
| CloverField | CloverTermEven |
| CloverField | CloverTermOdd |
| CloverField | CloverTermInvEven |
| CloverField | CloverTermInvOdd |
| CloverField | CloverTermDagEven |
| CloverField | CloverTermDagOdd |
| CloverField | CloverTermInvDagEven |
| CloverField | CloverTermInvDagOdd |
| FermionField | _tmp |
| RealD | mass |
| GridBase * | _grid |
| GridBase * | _cbgrid |
| StencilImpl | Stencil |
| StencilImpl | StencilEven |
| StencilImpl | StencilOdd |
| DoubledGaugeField | Umu |
| DoubledGaugeField | UmuEven |
| DoubledGaugeField | UmuOdd |
| WilsonAnisotropyCoefficients | anisotropyCoeff |
Static Public Attributes | |
| static int | Opt |
| static int | Comms |
| static int | HandOptDslash |
| static int | MortonOrder |
| static const std::vector< int > | directions |
| static const std::vector< int > | displacements |
| static const int | npoint |
Static Private Member Functions | |
| static accelerator_inline void | DhopDirK (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp, int gamma) |
| static accelerator_inline void | DhopDirXp (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirYp (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirZp (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirTp (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirXm (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirYm (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirZm (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator_inline void | DhopDirTm (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out, int dirdisp) |
| static accelerator void | GenericDhopSite (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | GenericDhopSiteDag (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | GenericDhopSiteInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | GenericDhopSiteDagInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | GenericDhopSiteExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | GenericDhopSiteDagExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSite (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSiteDag (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSiteInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSiteDagInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSiteExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static void | AsmDhopSiteDagExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, int Ls, int Nsite, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSite (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSiteDag (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSiteInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSiteDagInt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSiteExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
| static accelerator void | HandDhopSiteDagExt (StencilView &st, DoubledGaugeFieldView &U, SiteHalfSpinor *buf, int sF, int sU, const FermionFieldView &in, FermionFieldView &out) |
Definition at line 56 of file WilsonCloverFermion.h.
| typedef WilsonFermion<Impl> WilsonCloverFermion< Impl, CloverHelpers >::WilsonBase |
Definition at line 63 of file WilsonCloverFermion.h.
| typedef WilsonCloverHelpers<Impl> WilsonCloverFermion< Impl, CloverHelpers >::Helpers |
Definition at line 64 of file WilsonCloverFermion.h.
|
inherited |
Definition at line 64 of file WilsonFermion.h.
|
inherited |
Definition at line 51 of file WilsonKernels.h.
|
inherited |
Definition at line 52 of file WilsonKernels.h.
|
inherited |
| Enumerator | |
|---|---|
| OptGeneric | |
| OptHandUnroll | |
| OptInlineAsm | |
Definition at line 41 of file WilsonKernels.h.
|
inherited |
| Enumerator | |
|---|---|
| CommsAndCompute | |
| CommsThenCompute | |
Definition at line 42 of file WilsonKernels.h.
| WilsonCloverFermion< Impl, CloverHelpers >::WilsonCloverFermion | ( | GaugeField & | _Umu, |
| GridCartesian & | Fgrid, | ||
| GridRedBlackCartesian & | Hgrid, | ||
| const RealD | _mass, | ||
| const RealD | _csw_r = 0.0, | ||
| const RealD | _csw_t = 0.0, | ||
| const WilsonAnisotropyCoefficients & | clover_anisotropy = WilsonAnisotropyCoefficients(), | ||
| const ImplParams & | impl_p = ImplParams() ) |
Definition at line 38 of file WilsonCloverFermionImplementation.h.
References CloverTerm, CloverTermDagEven, CloverTermDagOdd, CloverTermEven, CloverTermInv, CloverTermInvDagEven, CloverTermInvDagOdd, CloverTermInvEven, CloverTermInvOdd, CloverTermOdd, csw_r, csw_t, diag_mass, GridLogWarning, ImportGauge(), Nd, and WilsonFermion< Impl >::WilsonFermion().
| WilsonCloverFermion< Impl, CloverHelpers >::INHERIT_IMPL_TYPES | ( | Impl | ) |
| WilsonCloverFermion< Impl, CloverHelpers >::INHERIT_CLOVER_TYPES | ( | Impl | ) |
|
inlinevirtual |
Reimplemented from CheckerBoardedSparseMatrixBase< Impl::FermionField >.
Definition at line 66 of file WilsonCloverFermion.h.
|
inlinevirtual |
Definition at line 67 of file WilsonCloverFermion.h.
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 78 of file WilsonCloverFermionImplementation.h.
References DaggerNo, WilsonFermion< Impl >::Dhop(), and Mooee().
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 93 of file WilsonCloverFermionImplementation.h.
References DaggerYes, WilsonFermion< Impl >::Dhop(), and MooeeDag().
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 164 of file WilsonCloverFermionImplementation.h.
References DaggerNo, InverseNo, and MooeeInternal().
Referenced by M().
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 170 of file WilsonCloverFermionImplementation.h.
References DaggerYes, InverseNo, and MooeeInternal().
Referenced by Mdag().
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 176 of file WilsonCloverFermionImplementation.h.
References DaggerNo, InverseYes, and MooeeInternal().
|
virtual |
Reimplemented from WilsonFermion< Impl >.
Definition at line 182 of file WilsonCloverFermionImplementation.h.
References DaggerYes, InverseYes, and MooeeInternal().
|
virtual |
Definition at line 188 of file WilsonCloverFermionImplementation.h.
References CloverTerm, CloverTermDagEven, CloverTermDagOdd, CloverTermEven, CloverTermInv, CloverTermInvDagEven, CloverTermInvDagOdd, CloverTermInvEven, CloverTermInvOdd, CloverTermOdd, Even, WilsonCloverHelpers< Impl >::multCloverField(), and Odd.
Referenced by Mooee(), MooeeDag(), MooeeInv(), and MooeeInvDag().
|
virtual |
Reimplemented from FermionOperator< Impl >.
Definition at line 324 of file WilsonCloverFermionImplementation.h.
|
virtual |
Reimplemented from FermionOperator< Impl >.
Definition at line 331 of file WilsonCloverFermionImplementation.h.
References U.
|
virtual |
Implements FermionOperator< Impl >.
Definition at line 108 of file WilsonCloverFermionImplementation.h.
References adj(), CloverTerm, CloverTermDagEven, CloverTermDagOdd, CloverTermEven, CloverTermInv, CloverTermInvDagEven, CloverTermInvDagOdd, CloverTermInvEven, CloverTermInvOdd, CloverTermOdd, csw_r, csw_t, diag_mass, Even, WilsonLoops< Gimpl >::FieldStrength(), WilsonCloverHelpers< Impl >::fillCloverXT(), WilsonCloverHelpers< Impl >::fillCloverXY(), WilsonCloverHelpers< Impl >::fillCloverXZ(), WilsonCloverHelpers< Impl >::fillCloverYT(), WilsonCloverHelpers< Impl >::fillCloverYZ(), WilsonCloverHelpers< Impl >::fillCloverZT(), GridLogDebug, WilsonFermion< Impl >::ImportGauge(), CloverHelpers< Impl >::Instantiate(), Odd, pickCheckerboard(), Tdir, usecond(), Xdir, Ydir, and Zdir.
Referenced by WilsonCloverFermion().
|
virtual |
Reimplemented from FermionOperator< Impl >.
Definition at line 242 of file WilsonCloverFermionImplementation.h.
References CloverHelpers< Impl >::Cmunu(), conformable(), csw_r, csw_t, WilsonFermion< Impl >::DhopDeriv(), Nd, pokeLorentz(), U, and WilsonFermion< Impl >::Umu.
|
inlinevirtualinherited |
Implements FermionOperator< Impl >.
Definition at line 69 of file WilsonFermion.h.
Referenced by ContractConservedCurrent(), and SeqConservedCurrent().
|
inlinevirtualinherited |
Implements FermionOperator< Impl >.
Definition at line 70 of file WilsonFermion.h.
|
inlinevirtualinherited |
Implements FermionOperator< Impl >.
Definition at line 71 of file WilsonFermion.h.
|
inlinevirtualinherited |
Implements FermionOperator< Impl >.
Definition at line 72 of file WilsonFermion.h.
|
inlinevirtualinherited |
Implements FermionOperator< Impl >.
Definition at line 75 of file WilsonFermion.h.
Referenced by WilsonTMFermion< Impl >::M(), WilsonTMFermion< Impl >::Mdag(), and SeqConservedCurrent().
|
pure virtualinherited |
|
pure virtualinherited |
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 125 of file WilsonFermionImplementation.h.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::Meooe().
|
pure virtualinherited |
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 135 of file WilsonFermionImplementation.h.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::MeooeDag().
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
virtualinherited |
Reimplemented from FermionOperator< Impl >.
Definition at line 173 of file WilsonFermionImplementation.h.
References _grid, and conformable().
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 264 of file WilsonFermionImplementation.h.
References _grid, conformable(), DerivInternal(), Stencil, U, and Umu.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::MDeriv(), and WilsonCloverFermion< Impl, CloverHelpers >::MDeriv().
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 276 of file WilsonFermionImplementation.h.
References _cbgrid, conformable(), DerivInternal(), Even, Odd, StencilEven, U, and UmuOdd.
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 291 of file WilsonFermionImplementation.h.
References _cbgrid, conformable(), DerivInternal(), Even, Odd, StencilOdd, U, and UmuEven.
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 305 of file WilsonFermionImplementation.h.
References _grid, conformable(), DhopInternal(), Stencil, and Umu.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::Dhop(), CompactWilsonCloverFermion< Impl, CloverHelpers >::M(), WilsonCloverFermion< Impl, CloverHelpers >::M(), WilsonTMFermion< Impl >::M(), CompactWilsonCloverFermion< Impl, CloverHelpers >::Mdag(), WilsonCloverFermion< Impl, CloverHelpers >::Mdag(), and WilsonTMFermion< Impl >::Mdag().
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 316 of file WilsonFermionImplementation.h.
References _cbgrid, conformable(), DhopInternal(), Even, Odd, StencilEven, and UmuOdd.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::DhopOE().
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 328 of file WilsonFermionImplementation.h.
References _cbgrid, conformable(), DhopInternal(), Even, Odd, StencilOdd, and UmuEven.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::DhopEO().
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 340 of file WilsonFermionImplementation.h.
References DhopDir().
|
pure virtualinherited |
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 345 of file WilsonFermionImplementation.h.
References DhopDirAll().
|
pure virtualinherited |
|
virtualinherited |
Implements FermionOperator< Impl >.
Definition at line 351 of file WilsonFermionImplementation.h.
References DaggerNo, DhopDirCalc(), and Stencil.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::DhopDir(), and Mdir().
|
inherited |
Definition at line 363 of file WilsonFermionImplementation.h.
References DaggerNo, DhopDirCalc(), Nd, and Stencil.
Referenced by CompactWilsonCloverFermion< Impl, CloverHelpers >::DhopDirAll(), and MdirAll().
|
staticinherited |
Definition at line 343 of file WilsonKernelsImplementation.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, DhopDirTm(), DhopDirTp(), DhopDirXm(), DhopDirXp(), DhopDirYm(), DhopDirYp(), DhopDirZm(), DhopDirZp(), and U.
Referenced by WilsonFermion5D< Impl >::DhopDirAll().
|
inherited |
Definition at line 381 of file WilsonFermionImplementation.h.
References WilsonKernels< Impl >::DhopDirKernel(), Stencil, and Umu.
Referenced by DhopDir(), and DhopDirAll().
|
inherited |
Definition at line 233 of file WilsonFermionImplementation.h.
References B, DaggerNo, DaggerYes, WilsonKernels< Impl >::DhopDirKernel(), Nd, and U.
Referenced by DhopDeriv(), DhopDerivEO(), and DhopDerivOE().
|
inherited |
Definition at line 389 of file WilsonFermionImplementation.h.
References WilsonKernelsStatic::Comms, WilsonKernelsStatic::CommsAndCompute, DhopInternalOverlappedComms(), DhopInternalSerial(), and U.
|
inherited |
Definition at line 472 of file WilsonFermionImplementation.h.
References DaggerNo, DaggerYes, WilsonKernels< Impl >::DhopDagKernel(), WilsonKernels< Impl >::DhopKernel(), GRID_TRACE, WilsonKernelsStatic::Opt, and U.
Referenced by DhopInternal().
|
inherited |
Definition at line 403 of file WilsonFermionImplementation.h.
References DaggerNo, DaggerYes, WilsonKernels< Impl >::DhopDagKernel(), WilsonKernels< Impl >::DhopKernel(), GRID_TRACE, WilsonKernelsStatic::Opt, and U.
Referenced by DhopInternal().
|
inlinevirtualinherited |
Reimplemented from CheckerBoardedSparseMatrixBase< Impl::FermionField >.
Definition at line 156 of file WilsonFermion.h.
|
inlinevirtualinherited |
Reimplemented from CheckerBoardedSparseMatrixBase< Impl::FermionField >.
Reimplemented in CompactWilsonCloverFermion< Impl, CloverHelpers >, CompactWilsonCloverFermion< WImpl, CompactCloverHelpers< WImpl > >, and CompactWilsonCloverFermion< WImpl, CompactExpCloverHelpers< WImpl > >.
Definition at line 157 of file WilsonFermion.h.
|
inlineinherited |
Definition at line 168 of file WilsonFermion.h.
|
virtualinherited |
Reimplemented from FermionOperator< Impl >.
Definition at line 502 of file WilsonFermionImplementation.h.
References _grid, adj(), conformable(), Cshift(), GaugeGrid(), GridLogError, and Umu.
|
virtualinherited |
Reimplemented from FermionOperator< Impl >.
Definition at line 554 of file WilsonFermionImplementation.h.
References _grid, conformable(), Cshift(), GaugeGrid(), GridDefaultLatt(), GridLogError, LatticeCoordinate(), Nd, tmp(), Tp, and Umu.
|
staticinherited |
Definition at line 497 of file WilsonKernelsImplementation.h.
References acceleratorFenceComputeStream(), AcceleratorRead, AcceleratorWrite, ASM_CALL, AsmDhopSite(), AsmDhopSiteExt(), AsmDhopSiteInt(), autoView, GenericDhopSite(), GenericDhopSiteExt(), GenericDhopSiteInt(), HandDhopSite(), HandDhopSiteExt(), HandDhopSiteInt(), KERNEL_CALL, KERNEL_CALL_EXT, KERNEL_CALLNB, WilsonKernelsStatic::Opt, WilsonKernelsStatic::OptGeneric, WilsonKernelsStatic::OptHandUnroll, WilsonKernelsStatic::OptInlineAsm, and U.
Referenced by WilsonFermion5D< Impl >::DhopCalc(), WilsonFermion5D< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalSerial(), and WilsonFermion5D< Impl >::DhopInternalSerialComms().
|
staticinherited |
Definition at line 532 of file WilsonKernelsImplementation.h.
References AcceleratorRead, AcceleratorWrite, autoView, GenericDhopSite(), KERNEL_CALL_ID, WilsonKernelsStatic::Opt, and U.
|
staticinherited |
Definition at line 543 of file WilsonKernelsImplementation.h.
References acceleratorFenceComputeStream(), AcceleratorRead, AcceleratorWrite, ASM_CALL, AsmDhopSiteDag(), AsmDhopSiteDagExt(), AsmDhopSiteDagInt(), autoView, GenericDhopSiteDag(), GenericDhopSiteDagExt(), GenericDhopSiteDagInt(), HandDhopSiteDag(), HandDhopSiteDagExt(), HandDhopSiteDagInt(), KERNEL_CALL, KERNEL_CALL_EXT, KERNEL_CALLNB, WilsonKernelsStatic::Opt, WilsonKernelsStatic::OptGeneric, WilsonKernelsStatic::OptHandUnroll, WilsonKernelsStatic::OptInlineAsm, and U.
Referenced by WilsonFermion5D< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalSerial(), and WilsonFermion5D< Impl >::DhopInternalSerialComms().
|
staticinherited |
Definition at line 375 of file WilsonKernelsImplementation.h.
References AcceleratorRead, AcceleratorWrite, autoView, LoopBody, Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by WilsonFermion5D< Impl >::DerivInternal(), WilsonFermion< Impl >::DerivInternal(), and WilsonFermion< Impl >::DhopDirCalc().
|
staticprivateinherited |
Definition at line 317 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), coalescedWrite(), GENERIC_DHOPDIR_LEG, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), spReconTm(), spReconTp(), spReconXm(), spReconXp(), spReconYm(), spReconYp(), spReconZm(), spReconZp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
References accelerator, accelerator_inline, and U.
Referenced by DhopDirAll().
|
staticprivateinherited |
Definition at line 139 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), spReconXp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopKernel(), and DhopKernel().
|
staticprivateinherited |
Definition at line 113 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), spReconXp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 196 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconXp(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG_INT, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 168 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconXp(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG_INT, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 257 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconXp(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG_EXT, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 226 of file WilsonKernelsImplementation.h.
References acceleratorSIMTlane(), accumReconTm(), accumReconTp(), accumReconXm(), accumReconXp(), accumReconYm(), accumReconYp(), accumReconZm(), accumReconZp(), coalescedRead(), coalescedWrite(), GENERIC_STENCIL_LEG_EXT, ptype, spProjTm(), spProjTp(), spProjXm(), spProjXp(), spProjYm(), spProjYp(), spProjZm(), spProjZp(), Tm, Tp, U, Xm, Xp, Ym, Yp, Zm, and Zp.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 44 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 51 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 58 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 65 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 72 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 79 of file WilsonKernelsAsmImplementation.h.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 583 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT, HAND_STENCIL_LEG, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON, Xp, XP_PROJ, XP_RECON_ACCUM, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 611 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT, HAND_STENCIL_LEG, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON_ACCUM, Xp, XP_PROJ, XP_RECON, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 638 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT, HAND_STENCIL_LEG_INT, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON_ACCUM, Xp, XP_PROJ, XP_RECON_ACCUM, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, ZERO_RESULT, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 667 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT, HAND_STENCIL_LEG_INT, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON_ACCUM, Xp, XP_PROJ, XP_RECON_ACCUM, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, ZERO_RESULT, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopDagKernel().
|
staticprivateinherited |
Definition at line 695 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT_EXT, HAND_STENCIL_LEG_EXT, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON_ACCUM, Xp, XP_PROJ, XP_RECON_ACCUM, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, ZERO_RESULT, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopKernel().
|
staticprivateinherited |
Definition at line 726 of file WilsonKernelsHandImplementation.h.
References acceleratorSIMTlane(), coalescedRead(), HAND_DECLARATIONS, HAND_RESULT_EXT, HAND_STENCIL_LEG_EXT, Tm, TM_PROJ, TM_RECON_ACCUM, Tp, TP_PROJ, TP_RECON_ACCUM, U, Xm, XM_PROJ, XM_RECON_ACCUM, Xp, XP_PROJ, XP_RECON_ACCUM, Ym, YM_PROJ, YM_RECON_ACCUM, Yp, YP_PROJ, YP_RECON_ACCUM, ZERO_RESULT, Zm, ZM_PROJ, ZM_RECON_ACCUM, Zp, ZP_PROJ, and ZP_RECON_ACCUM.
Referenced by DhopDagKernel().
|
inlinevirtualinherited |
Reimplemented in WilsonFermion5D< Impl >, WilsonFermion5D< ImplD >, and WilsonFermion5D< ImplF >.
Definition at line 52 of file FermionOperator.h.
|
inlinevirtualinherited |
Implements SparseMatrixBase< Impl::FermionField >.
Definition at line 54 of file FermionOperator.h.
References FermionGrid().
|
inlinevirtualinherited |
Implements CheckerBoardedSparseMatrixBase< Impl::FermionField >.
Definition at line 55 of file FermionOperator.h.
References FermionRedBlackGrid().
|
inlinevirtualinherited |
Reimplemented in AbstractEOFAFermion< Impl >, AbstractEOFAFermion< ImplD >, AbstractEOFAFermion< ImplF >, CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, CayleyFermion5D< ImplF >, ContinuedFractionFermion5D< Impl >, and PartialFractionFermion5D< Impl >.
Definition at line 82 of file FermionOperator.h.
References DhopDerivOE(), and U.
|
inlinevirtualinherited |
Reimplemented in AbstractEOFAFermion< Impl >, AbstractEOFAFermion< ImplD >, AbstractEOFAFermion< ImplF >, CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, CayleyFermion5D< ImplF >, ContinuedFractionFermion5D< Impl >, and PartialFractionFermion5D< Impl >.
Definition at line 83 of file FermionOperator.h.
References DhopDerivEO(), and U.
|
inlinevirtualinherited |
Definition at line 91 of file FermionOperator.h.
References Mooee().
|
pure virtualinherited |
|
inlinevirtualinherited |
Reimplemented in ContinuedFractionFermion5D< Impl >, DomainWallFermion< Impl >, DomainWallFermion< GparityWilsonImplD >, DomainWallFermion< GparityWilsonImplF >, DomainWallFermion< SpWilsonImplD >, DomainWallFermion< SpWilsonImplF >, DomainWallFermion< WilsonImplD >, DomainWallFermion< WilsonImplD2 >, DomainWallFermion< WilsonImplF >, and PartialFractionFermion5D< Impl >.
Definition at line 98 of file FermionOperator.h.
References acos(), FFT::backward, exp(), FFT::FFT_all_dim(), FFT::forward, LatticeCoordinate(), M_PI, MomentumSpacePropagator(), Nd, and real().
Referenced by FreePropagator().
|
inlinevirtualinherited |
Reimplemented in ContinuedFractionFermion5D< Impl >, DomainWallFermion< Impl >, DomainWallFermion< GparityWilsonImplD >, DomainWallFermion< GparityWilsonImplF >, DomainWallFermion< SpWilsonImplD >, DomainWallFermion< SpWilsonImplF >, DomainWallFermion< WilsonImplD >, DomainWallFermion< WilsonImplD2 >, DomainWallFermion< WilsonImplF >, and PartialFractionFermion5D< Impl >.
Definition at line 134 of file FermionOperator.h.
References FreePropagator(), and Nd.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >.
Definition at line 168 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >.
Definition at line 169 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, and CayleyFermion5D< ImplF >.
Definition at line 174 of file FermionOperator.h.
Referenced by ContinuedFractionFermion5D< Impl >::ImportPhysicalFermionSource(), and PartialFractionFermion5D< Impl >::ImportPhysicalFermionSource().
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, and CayleyFermion5D< ImplF >.
Definition at line 175 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, CayleyFermion5D< ImplF >, ContinuedFractionFermion5D< Impl >, and PartialFractionFermion5D< Impl >.
Definition at line 176 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, and CayleyFermion5D< ImplF >.
Definition at line 180 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, CayleyFermion5D< ImplF >, ContinuedFractionFermion5D< Impl >, and PartialFractionFermion5D< Impl >.
Definition at line 184 of file FermionOperator.h.
|
inlinevirtualinherited |
Reimplemented in CayleyFermion5D< Impl >, CayleyFermion5D< ImplD >, and CayleyFermion5D< ImplF >.
Definition at line 188 of file FermionOperator.h.
|
inlinevirtualinherited |
Definition at line 43 of file SparseMatrix.h.
|
inlinevirtualinherited |
Definition at line 48 of file SparseMatrix.h.
|
inlinestaticinherited |
Definition at line 42 of file WilsonCloverHelpers.h.
References adj(), conformable(), and U.
Referenced by CloverHelpers< Impl >::Cmunu(), and CompactCloverHelpers< Impl >::Cmunu().
|
inlinestaticinherited |
Definition at line 82 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 99 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 117 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 135 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 153 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 171 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and F.
Referenced by CompactWilsonCloverFermion5D< Impl, CloverHelpers >::ImportGauge(), CompactWilsonCloverFermion< Impl, CloverHelpers >::ImportGauge(), and WilsonCloverFermion< Impl, CloverHelpers >::ImportGauge().
|
inlinestaticinherited |
Definition at line 191 of file WilsonCloverHelpers.h.
References accelerator_inline, coalescedRead(), and mult().
|
inlineinherited |
Definition at line 197 of file WilsonCloverHelpers.h.
References accelerator_for, AcceleratorRead, AcceleratorWrite, autoView, and coalescedRead().
Referenced by WilsonCloverFermion< Impl, CloverHelpers >::MooeeInternal().
| RealD WilsonCloverFermion< Impl, CloverHelpers >::csw_r |
Definition at line 97 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MDeriv(), and WilsonCloverFermion().
| RealD WilsonCloverFermion< Impl, CloverHelpers >::csw_t |
Definition at line 98 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MDeriv(), and WilsonCloverFermion().
| RealD WilsonCloverFermion< Impl, CloverHelpers >::diag_mass |
Definition at line 99 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTerm |
Definition at line 100 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermInv |
Definition at line 100 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermEven |
Definition at line 101 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermOdd |
Definition at line 101 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermInvEven |
Definition at line 102 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermInvOdd |
Definition at line 102 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermDagEven |
Definition at line 103 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermDagOdd |
Definition at line 103 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermInvDagEven |
Definition at line 104 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
| CloverField WilsonCloverFermion< Impl, CloverHelpers >::CloverTermInvDagOdd |
Definition at line 104 of file WilsonCloverFermion.h.
Referenced by ImportGauge(), MooeeInternal(), and WilsonCloverFermion().
|
inherited |
Definition at line 74 of file WilsonFermion.h.
Referenced by WilsonFermion().
|
inherited |
Definition at line 158 of file WilsonFermion.h.
Referenced by WilsonTMFermion< Impl >::M(), WilsonTMFermion< Impl >::Mdag(), WilsonTMFermion< Impl >::Mooee(), WilsonTMFermion< Impl >::MooeeDag(), WilsonTMFermion< Impl >::MooeeInv(), WilsonTMFermion< Impl >::MooeeInvDag(), and WilsonFermion().
|
inherited |
Definition at line 161 of file WilsonFermion.h.
Referenced by ContractConservedCurrent(), Dhop(), DhopDeriv(), MomentumSpacePropagator(), SeqConservedCurrent(), and WilsonFermion().
|
inherited |
Definition at line 162 of file WilsonFermion.h.
Referenced by DhopDerivEO(), DhopDerivOE(), DhopEO(), DhopOE(), and WilsonFermion().
|
inherited |
Definition at line 165 of file WilsonFermion.h.
Referenced by Dhop(), DhopDeriv(), DhopDir(), DhopDirAll(), DhopDirCalc(), and WilsonFermion().
|
inherited |
Definition at line 166 of file WilsonFermion.h.
Referenced by DhopDerivOE(), DhopOE(), and WilsonFermion().
|
inherited |
Definition at line 167 of file WilsonFermion.h.
Referenced by DhopDerivEO(), DhopEO(), and WilsonFermion().
|
inherited |
Definition at line 176 of file WilsonFermion.h.
Referenced by ContractConservedCurrent(), Dhop(), DhopDeriv(), DhopDirCalc(), CompactWilsonCloverFermion< Impl, CloverHelpers >::MDeriv(), WilsonCloverFermion< Impl, CloverHelpers >::MDeriv(), SeqConservedCurrent(), and WilsonFermion().
|
inherited |
Definition at line 177 of file WilsonFermion.h.
Referenced by DhopDerivEO(), DhopEO(), and WilsonFermion().
|
inherited |
Definition at line 178 of file WilsonFermion.h.
Referenced by DhopDerivOE(), DhopOE(), and WilsonFermion().
|
inherited |
Definition at line 180 of file WilsonFermion.h.
Referenced by ImportGauge(), and WilsonFermion().
|
staticinherited |
Definition at line 43 of file WilsonKernels.h.
Referenced by WilsonFermion5D< Impl >::DhopCalc(), WilsonKernels< Impl >::DhopDagKernel(), WilsonFermion5D< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalOverlappedComms(), WilsonFermion< Impl >::DhopInternalSerial(), WilsonFermion5D< Impl >::DhopInternalSerialComms(), WilsonKernels< Impl >::DhopKernel(), WilsonKernels< Impl >::DhopKernel(), Grid_init(), and NAMESPACE_BEGIN().
|
staticinherited |
Definition at line 44 of file WilsonKernels.h.
Referenced by WilsonFermion5D< Impl >::DhopInternal(), WilsonFermion< Impl >::DhopInternal(), Grid_init(), and NAMESPACE_BEGIN().
|
staticinherited |
Definition at line 37 of file WilsonFermion.h.
|
staticinherited |
Definition at line 38 of file WilsonFermion.h.
|
staticinherited |
Definition at line 39 of file WilsonFermion.h.
Referenced by WilsonFermion< Impl >::WilsonFermion().
|
staticinherited |
Definition at line 40 of file WilsonFermion.h.
Referenced by WilsonFermion< Impl >::WilsonFermion().
|
staticinherited |
Definition at line 41 of file WilsonFermion.h.
Referenced by WilsonFermion< Impl >::WilsonFermion().