|
Grid 0.7.0
|
#include <WilsonLoops.h>
Public Member Functions | |
| void | addStencil (WilsonLoopPaddedStencilWorkspace *stencil) |
| const GeneralLocalStencil & | getStencil (const size_t stencil_idx, GridBase *unpadded_grid) |
| const PaddedCell & | getPaddedCell (GridBase *unpadded_grid) |
| ~WilsonLoopPaddedWorkspace () | |
Private Member Functions | |
| void | generatePcell (GridBase *unpadded_grid) |
Private Attributes | |
| std::vector< WilsonLoopPaddedStencilWorkspace * > | stencil_wk |
| std::unique_ptr< PaddedCell > | pcell |
Definition at line 407 of file WilsonLoops.h.
|
inline |
Definition at line 436 of file WilsonLoops.h.
References stencil_wk.
|
inlineprivate |
Definition at line 411 of file WilsonLoops.h.
References pcell, and stencil_wk.
Referenced by getPaddedCell(), and getStencil().
|
inline |
Definition at line 422 of file WilsonLoops.h.
References pcell, and stencil_wk.
Referenced by WilsonLoops< Gimpl >::StapleAndRectStapleAllWorkspace::StapleAndRectStapleAllWorkspace().
|
inline |
Definition at line 427 of file WilsonLoops.h.
References generatePcell(), pcell, and stencil_wk.
|
inline |
Definition at line 431 of file WilsonLoops.h.
References generatePcell(), and pcell.
|
private |
Definition at line 408 of file WilsonLoops.h.
Referenced by addStencil(), generatePcell(), getStencil(), and ~WilsonLoopPaddedWorkspace().
|
private |
Definition at line 409 of file WilsonLoops.h.
Referenced by addStencil(), generatePcell(), getPaddedCell(), and getStencil().