0.6.0
Loading...
Searching...
No Matches
mod_grid_get_coordinates_face Module Reference

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".
 

Function/Subroutine Documentation

◆ compute_physical_coordinates_face_u()

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 )

◆ compute_physical_coordinates_face_v()

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 )

◆ compute_physical_coordinates_face_w()

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 )

◆ get_physical_coordinate_face_u()

double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_u ( integer, intent(in) i)

◆ get_physical_coordinate_face_v()

double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_v ( integer, intent(in) j)

◆ get_physical_coordinate_face_w()

double precision function mod_grid_get_coordinates_face::get_physical_coordinate_face_w ( integer, intent(in) k)

◆ get_spatial_step_face_to_next_cell_x()

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".

Parameters
iThe face's i's index

◆ get_spatial_step_face_to_next_cell_y()

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".

Parameters
jThe face's j's index

◆ get_spatial_step_face_to_next_cell_z()

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".

Parameters
kThe face's k's index

◆ get_spatial_step_face_to_next_face()

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)

Parameters
indThe face's indices in (nx,ny,nz)

◆ get_spatial_step_face_to_next_face_x()

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".

Parameters
iThe face's i's index

◆ get_spatial_step_face_to_next_face_y()

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".

Parameters
jThe face's j's index

◆ get_spatial_step_face_to_next_face_z()

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".

Parameters
kThe face's k's index

◆ get_spatial_step_face_to_prev_cell_x()

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".

Parameters
iThe face's i's index

◆ get_spatial_step_face_to_prev_cell_y()

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".

Parameters
jThe face's j's index

◆ get_spatial_step_face_to_prev_cell_z()

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".

Parameters
kThe face's k's index

◆ get_spatial_step_face_to_prev_face()

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)

Parameters
indThe face's indices in (nx,ny,nz)

◆ get_spatial_step_face_to_prev_face_x()

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".

Parameters
iThe face's i's index

◆ get_spatial_step_face_to_prev_face_y()

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".

Parameters
jThe face's j's index

◆ get_spatial_step_face_to_prev_face_z()

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".

Parameters
kThe face's k's index