Version: SMASH-2.0
smash::NeighborLookup Struct Reference

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

Definition at line 345 of file grid.cc.

Collaboration diagram for smash::NeighborLookup:
[legend]

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 347 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 349 of file grid.cc.


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