positionofval Interface

public interface positionofval

return the position of a given value in the array val, which is what you usually want to know. it is the index of a given value

Calls

interface~~positionofval~2~~CallsGraph interface~positionofval~2 positionofval proc~posofval_projection posofval_projection interface~positionofval~2->proc~posofval_projection interface~sortedposofval~2 sortedposofval proc~posofval_projection->interface~sortedposofval~2 proc~sortposofval_projection sortposofval_projection interface~sortedposofval~2->proc~sortposofval_projection

Contents


Module Procedures

private function posofval_projection(me, val, nextifnotfound, lower, upper) result(pos)

the actual position of a given value in the dynamic array

Read more…

Arguments

TypeIntentOptionalAttributesName
type(dyn_projectionarray_type), intent(in) :: me
type(ply_prj_init_type), intent(in) :: val
logical, intent(in), optional :: nextifnotfound

flag to indicate, if the position of the next entry in the sorted list should be returned instead, if val is not found.

integer, intent(in), optional :: lower
integer, intent(in), optional :: upper

Return Value integer