placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~4~~CallsGraph interface~placeat~4 placeat proc~placeat_ga_long placeat_ga_long interface~placeat~4->proc~placeat_ga_long proc~placeat_ga_long_vec placeat_ga_long_vec interface~placeat~4->proc~placeat_ga_long_vec interface~expand~14 expand proc~placeat_ga_long->interface~expand~14 proc~placeat_ga_long_vec->interface~expand~14 proc~expand_ga2d_real expand_ga2d_real interface~expand~14->proc~expand_ga2d_real

Contents


Module Procedures

public subroutine placeat_ga_long(me, val, pos, length)

adds the value to a given position inside the growing array.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_longarray_type) :: me
integer(kind=long_k), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

public subroutine placeat_ga_long_vec(me, val, pos, length)

adds the values starting from a given position inside the growing array.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_longarray_type) :: me
integer(kind=long_k), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array