|
Grid 0.7.0
|
Functions | |
| template<class covariant, class gauge> | |
| Lattice< covariant > | CovShiftForward (const Lattice< gauge > &Link, int mu, const Lattice< covariant > &field) |
| template<class covariant, class gauge> | |
| Lattice< covariant > | CovShiftBackward (const Lattice< gauge > &Link, int mu, const Lattice< covariant > &field) |
| template<class gauge> | |
| Lattice< gauge > | CovShiftIdentityBackward (const Lattice< gauge > &Link, int mu) |
| template<class gauge> | |
| Lattice< gauge > | CovShiftIdentityForward (const Lattice< gauge > &Link, int mu) |
| template<class gauge> | |
| Lattice< gauge > | ShiftStaple (const Lattice< gauge > &Link, int mu) |
| template<class gauge, class Expr, typename std::enable_if< is_lattice_expr< Expr >::value, void >::type * = nullptr> | |
| auto | CovShiftForward (const Lattice< gauge > &Link, int mu, const Expr &expr) -> decltype(closure(expr)) |
| template<class gauge, class Expr, typename std::enable_if< is_lattice_expr< Expr >::value, void >::type * = nullptr> | |
| auto | CovShiftBackward (const Lattice< gauge > &Link, int mu, const Expr &expr) -> decltype(closure(expr)) |
| template<class gauge> | |
| Lattice< gauge > | CshiftLink (const Lattice< gauge > &Link, int mu, int shift) |
| Lattice< covariant > ConjugateBC::CovShiftForward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Lattice< covariant > & | field ) |
Definition at line 130 of file CovariantCshift.h.
References conformable(), conjugate(), Cshift(), GridBase::GlobalDimensions(), Lattice< vobj >::Grid(), and LatticeCoordinate().
Referenced by CovShiftForward(), and ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftForward().
| Lattice< covariant > ConjugateBC::CovShiftBackward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Lattice< covariant > & | field ) |
Definition at line 149 of file CovariantCshift.h.
References adj(), conformable(), conjugate(), Cshift(), GridBase::GlobalDimensions(), Lattice< vobj >::Grid(), and LatticeCoordinate().
Referenced by CovShiftBackward(), and ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftBackward().
| Lattice< gauge > ConjugateBC::CovShiftIdentityBackward | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 172 of file CovariantCshift.h.
References adj(), conjugate(), Cshift(), GridBase::GlobalDimensions(), Lattice< vobj >::Grid(), and LatticeCoordinate().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftIdentityBackward().
| Lattice< gauge > ConjugateBC::CovShiftIdentityForward | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 185 of file CovariantCshift.h.
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CovShiftIdentityForward().
| Lattice< gauge > ConjugateBC::ShiftStaple | ( | const Lattice< gauge > & | Link, |
| int | mu ) |
Definition at line 193 of file CovariantCshift.h.
References conjugate(), Cshift(), GridBase::GlobalDimensions(), Lattice< vobj >::Grid(), and LatticeCoordinate().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::ShiftStaple().
| auto ConjugateBC::CovShiftForward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Expr & | expr ) -> decltype(closure(expr)) |
Definition at line 208 of file CovariantCshift.h.
References closure(), and CovShiftForward().
| auto ConjugateBC::CovShiftBackward | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| const Expr & | expr ) -> decltype(closure(expr)) |
Definition at line 216 of file CovariantCshift.h.
References closure(), and CovShiftBackward().
| Lattice< gauge > ConjugateBC::CshiftLink | ( | const Lattice< gauge > & | Link, |
| int | mu, | ||
| int | shift ) |
Definition at line 241 of file CovariantCshift.h.
References abs(), conjugate(), Cshift(), GridBase::GlobalDimensions(), Lattice< vobj >::Grid(), and LatticeCoordinate().
Referenced by ConjugateGaugeImpl< GaugeImplTypes< S, Dimension > >::CshiftLink().