Extra data members that are needed for the exchange of atom data. More...
Data Fields | |
| int | nCells [6] |
| Number of cells in cellList for each face. More... | |
| int * | cellList [6] |
| List of link cells from which to load data for each face. More... | |
| real_t * | pbcFactor [6] |
| Whether this face is a periodic boundary. More... | |
Extra data members that are needed for the exchange of atom data.
For an atom exchange, the HaloExchangeSt::parms will point to a structure of this type.
Definition at line 56 of file haloExchange.c.
| int* AtomExchangeParmsSt::cellList[6] |
List of link cells from which to load data for each face.
Definition at line 59 of file haloExchange.c.
| int AtomExchangeParmsSt::nCells[6] |
Number of cells in cellList for each face.
Definition at line 58 of file haloExchange.c.
| real_t* AtomExchangeParmsSt::pbcFactor[6] |
Whether this face is a periodic boundary.
Definition at line 60 of file haloExchange.c.