Gromacs
2016.5
|
#include <gromacs/domdec/ga2la.h>
Structure for all global to local mapping information.
Public Attributes | |
gmx_bool | bDirectList |
Use a direct list. | |
int | mod |
The hash size. | |
int | nalloc |
The alloction size of laa or la1. | |
gmx_laa_t * | laa |
The direct list. | |
gmx_lal_t * | lal |
The hash table list. | |
int | start_space_search |
Index in lal at which to start looking for empty space. | |