placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~7~~CallsGraph interface~placeat~7 placeat proc~placeat_ga_box placeat_ga_box interface~placeat~7->proc~placeat_ga_box proc~placeat_ga_box_vec placeat_ga_box_vec interface~placeat~7->proc~placeat_ga_box_vec interface~expand~8 expand proc~placeat_ga_box->interface~expand~8 proc~placeat_ga_box_vec->interface~expand~8 proc~expand_ga_box expand_ga_box interface~expand~8->proc~expand_ga_box

Contents


Module Procedures

private subroutine placeat_ga_box(me, val, pos, length)

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

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_boxarray_type) :: me
type(sdr_box_type), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

private subroutine placeat_ga_box_vec(me, val, pos, length)

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

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_boxarray_type) :: me
type(sdr_box_type), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array