Version: SMASH-3.1
smash::NeighborLookup Struct Reference

A strust containing the informations needed to search the neighboring cell.

Definition at line 358 of file grid.cc.

Public Attributes

Grid< GridOptions::PeriodicBoundaries >::SizeType index = 0
 Index of the cell. More...
 
NeedsToWrap wrap = NeedsToWrap::No
 Option to determine the neighbors of the cells on the boundary. More...
 

Member Data Documentation

◆ index

Grid<GridOptions::PeriodicBoundaries>::SizeType smash::NeighborLookup::index = 0

Index of the cell.

Definition at line 360 of file grid.cc.

◆ wrap

NeedsToWrap smash::NeighborLookup::wrap = NeedsToWrap::No

Option to determine the neighbors of the cells on the boundary.

Definition at line 362 of file grid.cc.


The documentation for this struct was generated from the following file: