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... | |
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.
| 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.