Grid 0.7.0
Stencil.cc File Reference
#include <Grid/GridCore.h>

Go to the source code of this file.

Functions

 NAMESPACE_BEGIN (Grid)
void DslashResetCounts (void)
void DslashGetCounts (uint64_t &dirichlet, uint64_t &partial, uint64_t &full)
void DslashLogFull (void)
void DslashLogDirichlet (void)
void Gather_plane_table_compute (GridBase *grid, int dimension, int plane, int cbmask, int off, std::vector< std::pair< int, int > > &table)
 NAMESPACE_END (Grid)

Variables

uint64_t DslashFullCount
uint64_t DslashDirichletCount

Function Documentation

◆ NAMESPACE_BEGIN()

NAMESPACE_BEGIN ( Grid )

◆ DslashResetCounts()

void DslashResetCounts ( void )

Definition at line 36 of file Stencil.cc.

References DslashDirichletCount, and DslashFullCount.

◆ DslashGetCounts()

void DslashGetCounts ( uint64_t & dirichlet,
uint64_t & partial,
uint64_t & full )

◆ DslashLogFull()

void DslashLogFull ( void )

◆ DslashLogDirichlet()

void DslashLogDirichlet ( void )

◆ Gather_plane_table_compute()

void Gather_plane_table_compute ( GridBase * grid,
int dimension,
int plane,
int cbmask,
int off,
std::vector< std::pair< int, int > > & table )

◆ NAMESPACE_END()

NAMESPACE_END ( Grid )

Variable Documentation

◆ DslashFullCount

uint64_t DslashFullCount

Definition at line 32 of file Stencil.cc.

Referenced by DslashGetCounts(), DslashLogFull(), and DslashResetCounts().

◆ DslashDirichletCount

uint64_t DslashDirichletCount

Definition at line 34 of file Stencil.cc.

Referenced by DslashGetCounts(), DslashLogDirichlet(), and DslashResetCounts().