get_surface_normal_spacing Module Procedure

module procedure get_surface_normal_spacing pure module function get_surface_normal_spacing(image, block_id, coordinate_direction, face_direction) result(dx_normal)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: image
integer, intent(in) :: block_id
integer, intent(in) :: coordinate_direction
integer(kind=enumeration), intent(in) :: face_direction

Return Value real(kind=r8k)


Calls

proc~~get_surface_normal_spacing~~CallsGraph proc~get_surface_normal_spacing get_surface_normal_spacing nearest_plane nearest_plane proc~get_surface_normal_spacing->nearest_plane

Called by

proc~~get_surface_normal_spacing~~CalledByGraph proc~get_surface_normal_spacing get_surface_normal_spacing interface~get_surface_normal_spacing get_surface_normal_spacing interface~get_surface_normal_spacing->proc~get_surface_normal_spacing

Contents

None