FV3 Bundle
|
Functions/Subroutines | |
integer function, public | bisection_search (x, u, xLower, xUpper) |
integer function, dimension(size(u)), public | value_locate (x, u) |
Variables | |
character(*), parameter | module_version_id = '$Id: Search_Utility.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $' |
integer function, public search_utility::bisection_search | ( | real(fp), dimension(:), intent(in) | x, |
real(fp), intent(in) | u, | ||
integer, intent(in), optional | xLower, | ||
integer, intent(in), optional | xUpper | ||
) |
|
private |
Definition at line 35 of file Search_Utility.f90.