auto_interpo_search_1d Subroutine

public subroutine auto_interpo_search_1d(x, point, i, undeff, stdopt)

continuous running of interpo_search_1d

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: x(:)

gradual increasing array

double precision, intent(in) :: point(:)

searching points

integer, intent(inout) :: i(size(point))

floor for each "point"

integer, intent(in), optional :: undeff

In case of (x(1)>pointx), the value returned to i (default = 0)

logical, intent(in), optional :: stdopt

Display debug messages. (default: .false. == No display)