Go to the source code of this file.
Functions | |
| int | initiate_grid (int x, double xmin, double xmax, int y, double ymin, double ymax, int z, double zmin, double zmax) |
| int initiate_grid | ( | int | x, |
| double | xmin, | ||
| double | xmax, | ||
| int | y, | ||
| double | ymin, | ||
| double | ymax, | ||
| int | z, | ||
| double | zmin, | ||
| double | zmax | ||
| ) |
In this function the grid-parameters, such as spacing and physical coordinates for each cell are calculated
Definition at line 16 of file initiate_grid.c.
References spacing, x, xmin, y, ymin, z, zdx, zdy, zdz, zmin, zxa, zxc, zya, zyc, zza, and zzc.
Referenced by main().
1.8.1.1