|
| double precision function, dimension(3) | mod_grid_get_coordinates_face::compute_physical_coordinates_face_u (i, j, k) |
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_face::compute_physical_coordinates_face_v (i, j, k) |
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_face::compute_physical_coordinates_face_w (i, j, k) |
| |
| double precision function | mod_grid_get_coordinates_face::get_physical_coordinate_face_u (i) |
| |
| double precision function | mod_grid_get_coordinates_face::get_physical_coordinate_face_v (j) |
| |
| double precision function | mod_grid_get_coordinates_face::get_physical_coordinate_face_w (k) |
| |
| double precision function, dimension(3) | mod_grid_get_coordinates_face::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) | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face (ind) |
| | Gets the distance to the next face "ind" in the 3 directions (diagonal)
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_x (i) |
| | Gets the distance to the previous face "i".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_x (i) |
| | Gets the distance to the next face "i".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_y (j) |
| | Gets the distance to the previous face "j".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_y (j) |
| | Gets the distance to the next face "j".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_face_z (k) |
| | Gets the distance to the previous face "k".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_face_z (k) |
| | Gets the distance to the next face "k".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_x (i) |
| | Gets the distance to the previous cell from face "i".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_x (i) |
| | Gets the distance to the next cell from face "i".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_y (j) |
| | Gets the distance to the previous cell from face "j".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_y (j) |
| | Gets the distance to the next cell from face "j".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_prev_cell_z (k) |
| | Gets the distance to the previous cell from face "k".
|
| |
| double precision function | mod_grid_get_coordinates_face::get_spatial_step_face_to_next_cell_z (k) |
| | Gets the distance to the next cell from face "k".
|
| |