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

A structure to package data for a single atom to pack into a send/recv buffer. More...

Data Fields

int gid
 
int type
 
real_t rx
 
real_t ry
 
real_t rz
 
real_t px
 
real_t py
 
real_t pz
 

Detailed Description

A structure to package data for a single atom to pack into a send/recv buffer.

Also used for sorting atoms within link cells.

Definition at line 77 of file haloExchange.c.

Field Documentation

int AtomMsgSt::gid

Definition at line 79 of file haloExchange.c.

real_t AtomMsgSt::px

Definition at line 82 of file haloExchange.c.

real_t AtomMsgSt::py

Definition at line 82 of file haloExchange.c.

real_t AtomMsgSt::pz

Definition at line 82 of file haloExchange.c.

real_t AtomMsgSt::rx

Definition at line 81 of file haloExchange.c.

real_t AtomMsgSt::ry

Definition at line 81 of file haloExchange.c.

real_t AtomMsgSt::rz

Definition at line 81 of file haloExchange.c.

int AtomMsgSt::type

Definition at line 80 of file haloExchange.c.


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