Grid 0.7.0
Cshift_mpi.h File Reference

Go to the source code of this file.

Functions

 NAMESPACE_BEGIN (Grid)
template<class vobj>
Lattice< vobj > Cshift (const Lattice< vobj > &rhs, int dimension, int shift)
template<class vobj>
void Cshift_comms (Lattice< vobj > &ret, const Lattice< vobj > &rhs, int dimension, int shift)
template<class vobj>
void Cshift_comms_simd (Lattice< vobj > &ret, const Lattice< vobj > &rhs, int dimension, int shift)
template<class vobj>
void Cshift_comms (Lattice< vobj > &ret, const Lattice< vobj > &rhs, int dimension, int shift, int cbmask)
template<class vobj>
void Cshift_comms_simd (Lattice< vobj > &ret, const Lattice< vobj > &rhs, int dimension, int shift, int cbmask)
 NAMESPACE_END (Grid)

Variables

const int Cshift_verbose

Function Documentation

◆ NAMESPACE_BEGIN()

NAMESPACE_BEGIN ( Grid )

◆ Cshift()

◆ Cshift_comms() [1/2]

template<class vobj>
void Cshift_comms ( Lattice< vobj > & ret,
const Lattice< vobj > & rhs,
int dimension,
int shift )

◆ Cshift_comms_simd() [1/2]

template<class vobj>
void Cshift_comms_simd ( Lattice< vobj > & ret,
const Lattice< vobj > & rhs,
int dimension,
int shift )

◆ Cshift_comms() [2/2]

◆ Cshift_comms_simd() [2/2]

◆ NAMESPACE_END()

NAMESPACE_END ( Grid )

Variable Documentation

◆ Cshift_verbose

const int Cshift_verbose

Definition at line 34 of file Cshift_mpi.h.

Referenced by Cshift(), Cshift_comms(), and Cshift_comms_simd().