|
mdcore
0.1.5
|
#include <cell.h>
Data Fields | |
| unsigned int | flags |
| int | id |
| int | loc [3] |
| double | origin [3] |
| double | dim [3] |
| int | size |
| int | count |
| struct part * | parts |
| double | epot |
| struct part * | incomming |
| int | incomming_size |
| int | incomming_count |
| pthread_mutex_t | cell_mutex |
| pthread_cond_t | cell_cond |
| FPTYPE * | oldx |
| int | oldx_size |
| int | nodeID |
| unsigned int * | sortlist |
| char | sorted [13] |
| pthread_cond_t cell_cond |
| pthread_mutex_t cell_mutex |
| int count |
| double dim[3] |
| double epot |
| unsigned int flags |
| int id |
| int incomming_count |
| int incomming_size |
| int loc[3] |
| int nodeID |
| FPTYPE* oldx |
| int oldx_size |
| double origin[3] |
| int size |
| char sorted[13] |
| unsigned int* sortlist |
1.7.6.1