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

Extra data members that are needed for the exchange of force data. More...

Data Fields

int nCells [6]
 Number of cells to send/recv for each face. More...
 
int * sendCells [6]
 List of link cells to send for each face. More...
 
int * recvCells [6]
 List of link cells to recv for each face. More...
 

Detailed Description

Extra data members that are needed for the exchange of force data.

For an force exchange, the HaloExchangeSt::parms will point to a structure of this type.

Definition at line 67 of file haloExchange.c.

Field Documentation

int ForceExchangeParmsSt::nCells[6]

Number of cells to send/recv for each face.

Definition at line 69 of file haloExchange.c.

int* ForceExchangeParmsSt::recvCells[6]

List of link cells to recv for each face.

Definition at line 71 of file haloExchange.c.

int* ForceExchangeParmsSt::sendCells[6]

List of link cells to send for each face.

Definition at line 70 of file haloExchange.c.


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