![]() |
(git:936074a)
|
Struct holding the sphere cache for one grid as specified by dr[3]. More...
#include <grid_sphere_cache.h>
Data Fields | |
| double | dr [3] |
| double | drmin |
| double | drmin_inv |
| int | max_imr |
| int * | offsets |
| int * | storage |
Struct holding the sphere cache for one grid as specified by dr[3].
Definition at line 15 of file grid_sphere_cache.h.
| double grid_sphere_cache_entry::dr[3] |
Definition at line 16 of file grid_sphere_cache.h.
| double grid_sphere_cache_entry::drmin |
Definition at line 17 of file grid_sphere_cache.h.
| double grid_sphere_cache_entry::drmin_inv |
Definition at line 18 of file grid_sphere_cache.h.
| int grid_sphere_cache_entry::max_imr |
Definition at line 19 of file grid_sphere_cache.h.
| int* grid_sphere_cache_entry::offsets |
Definition at line 20 of file grid_sphere_cache.h.
| int* grid_sphere_cache_entry::storage |
Definition at line 21 of file grid_sphere_cache.h.