Functions/Subroutines | |
| double precision function, dimension(3) | compute_physical_coordinates_point (i, j, k) |
| NB: the position of the opposite point is compute_physical_coordinates_point( i, j, k )+get_cell_size( i, j, k ) | |
| double precision function, dimension(3) mod_grid_get_coordinates_point::compute_physical_coordinates_point | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
NB: the position of the opposite point is compute_physical_coordinates_point( i, j, k )+get_cell_size( i, j, k )
| i,j,k | The cell's indices in (nx,ny,nz) |