CoMD
A Mini-app for Co-Design of Classical Molecular Dynamics.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AtomExchangeParmsSt Struct Reference

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_tpbcFactor [6]
 Whether this face is a periodic boundary. More...
 

Detailed Description

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.

Field Documentation

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.


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