|
Grid 0.7.0
|
#include <WilsonLoops.h>
Public Member Functions | |
| const GeneralLocalStencil & | getStencil (const PaddedCell &pcell) |
| size_t | Nshift () const |
| virtual std::vector< Coordinate > | getShifts () const =0 |
| virtual int | paddingDepth () const =0 |
| virtual | ~WilsonLoopPaddedStencilWorkspace () |
Private Member Functions | |
| void | generateStencil (GridBase *padded_grid) |
Private Attributes | |
| std::unique_ptr< GeneralLocalStencil > | stencil |
| size_t | nshift |
Definition at line 374 of file WilsonLoops.h.
|
inlinevirtual |
Definition at line 403 of file WilsonLoops.h.
|
inlineprivate |
Definition at line 378 of file WilsonLoops.h.
References getShifts(), GridLogPerformance, stencil, and usecond().
Referenced by getStencil().
|
inline |
Definition at line 393 of file WilsonLoops.h.
References PaddedCell::depth, generateStencil(), PaddedCell::grids, and stencil.
|
inline |
Definition at line 398 of file WilsonLoops.h.
References nshift.
|
pure virtual |
Implemented in WilsonLoops< Gimpl >::RectStaplePaddedAllWorkspace, and WilsonLoops< Gimpl >::StaplePaddedAllWorkspace.
Referenced by generateStencil().
|
pure virtual |
|
private |
Definition at line 375 of file WilsonLoops.h.
Referenced by generateStencil(), and getStencil().
|
private |
Definition at line 376 of file WilsonLoops.h.
Referenced by Nshift().