-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTODO
More file actions
14 lines (11 loc) · 696 Bytes
/
TODO
File metadata and controls
14 lines (11 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Densities
=========
* implement host friendly read routines for the variable values_on_grid:
- read_values_on_grid_ordered(map, count, stride) -> if use_default_ordering is False,
then read the lookup table and return the desired slide in default zyx ordering.
- read_values_on_grid_at(lookup_table) -> provide data for the given points only from
the provided lookup table.
* implement host friendl write routine for the variable values_on_grid:
- write_values_on_grid_at(lookup_table) -> need to be collective to broadcast internally
the various sizes and create the start for each processor accordingly.
* complete the list<scalarfield> implementation in densities.c