Functions/Subroutines | |
| double precision function, dimension(3) | compute_physical_coordinates_face_u (i, j, k) |
| double precision function, dimension(3) | compute_physical_coordinates_face_v (i, j, k) |
| double precision function, dimension(3) | compute_physical_coordinates_face_w (i, j, k) |
| double precision function | get_physical_coordinate_face_u (i) |
| double precision function | get_physical_coordinate_face_v (j) |
| double precision function | get_physical_coordinate_face_w (k) |
| double precision function, dimension(3) | get_spatial_step_face_to_prev_face (ind) |
| Gets the distance to the previous face "ind" in the 3 directions (diagonal) | |
| double precision function, dimension(3) | get_spatial_step_face_to_next_face (ind) |
| Gets the distance to the next face "ind" in the 3 directions (diagonal) | |
| double precision function | get_spatial_step_face_to_prev_face_x (i) |
| Gets the distance to the previous face "i". | |
| double precision function | get_spatial_step_face_to_next_face_x (i) |
| Gets the distance to the next face "i". | |
| double precision function | get_spatial_step_face_to_prev_face_y (j) |
| Gets the distance to the previous face "j". | |
| double precision function | get_spatial_step_face_to_next_face_y (j) |
| Gets the distance to the next face "j". | |
| double precision function | get_spatial_step_face_to_prev_face_z (k) |
| Gets the distance to the previous face "k". | |
| double precision function | get_spatial_step_face_to_next_face_z (k) |
| Gets the distance to the next face "k". | |
| double precision function | get_spatial_step_face_to_prev_cell_x (i) |
| Gets the distance to the previous cell from face "i". | |
| double precision function | get_spatial_step_face_to_next_cell_x (i) |
| Gets the distance to the next cell from face "i". | |
| double precision function | get_spatial_step_face_to_prev_cell_y (j) |
| Gets the distance to the previous cell from face "j". | |
| double precision function | get_spatial_step_face_to_next_cell_y (j) |
| Gets the distance to the next cell from face "j". | |
| double precision function | get_spatial_step_face_to_prev_cell_z (k) |
| Gets the distance to the previous cell from face "k". | |
| double precision function | get_spatial_step_face_to_next_cell_z (k) |
| Gets the distance to the next cell from face "k". | |
| double precision function, dimension(3) mod_grid_get_coordinates_face::compute_physical_coordinates_face_u | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
| double precision function, dimension(3) mod_grid_get_coordinates_face::compute_physical_coordinates_face_v | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
| double precision function, dimension(3) mod_grid_get_coordinates_face::compute_physical_coordinates_face_w | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
| double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_u | ( | integer, intent(in) | i | ) |
| double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_v | ( | integer, intent(in) | j | ) |
| double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_w | ( | integer, intent(in) | k | ) |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_x | ( | integer, intent(in) | i | ) |
Gets the distance to the next cell from face "i".
| i | The face's i's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_y | ( | integer, intent(in) | j | ) |
Gets the distance to the next cell from face "j".
| j | The face's j's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_z | ( | integer, intent(in) | k | ) |
Gets the distance to the next cell from face "k".
| k | The face's k's index |
| double precision function, dimension(3) mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face | ( | integer, dimension(3), intent(in) | ind | ) |
Gets the distance to the next face "ind" in the 3 directions (diagonal)
| ind | The face's indices in (nx,ny,nz) |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_x | ( | integer, intent(in) | i | ) |
Gets the distance to the next face "i".
| i | The face's i's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_y | ( | integer, intent(in) | j | ) |
Gets the distance to the next face "j".
| j | The face's j's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_z | ( | integer, intent(in) | k | ) |
Gets the distance to the next face "k".
| k | The face's k's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_x | ( | integer, intent(in) | i | ) |
Gets the distance to the previous cell from face "i".
| i | The face's i's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_y | ( | integer, intent(in) | j | ) |
Gets the distance to the previous cell from face "j".
| j | The face's j's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_z | ( | integer, intent(in) | k | ) |
Gets the distance to the previous cell from face "k".
| k | The face's k's index |
| double precision function, dimension(3) mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face | ( | integer, dimension(3), intent(in) | ind | ) |
Gets the distance to the previous face "ind" in the 3 directions (diagonal)
| ind | The face's indices in (nx,ny,nz) |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_x | ( | integer, intent(in) | i | ) |
Gets the distance to the previous face "i".
| i | The face's i's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_y | ( | integer, intent(in) | j | ) |
Gets the distance to the previous face "j".
| j | The face's j's index |
| double precision function mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_z | ( | integer, intent(in) | k | ) |
Gets the distance to the previous face "k".
| k | The face's k's index |