|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|

Go to the source code of this file.
Functions | |
| void | print_values (int step, Real *values, uint blocks_per_dim, Real v_min, Real dv) |
| void | propagate (Real values[], uint blocks_per_dim, Real v_min, Real dv, uint i_block, uint i_cell, uint j_block, uint j_cell, Real intersection, Real intersection_di, Real intersection_dj, Real intersection_dk) |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 7 of file map_test.cpp.


| void propagate | ( | Real | values[], |
| uint | blocks_per_dim, | ||
| Real | v_min, | ||
| Real | dv, | ||
| uint | i_block, | ||
| uint | i_cell, | ||
| uint | j_block, | ||
| uint | j_cell, | ||
| Real | intersection, | ||
| Real | intersection_di, | ||
| Real | intersection_dj, | ||
| Real | intersection_dk ) |
Definition at line 20 of file map_test.cpp.

