placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~~CallsGraph interface~placeat placeat proc~placeat_ga_spacerinterwoven placeat_ga_spacerinterwoven interface~placeat->proc~placeat_ga_spacerinterwoven proc~placeat_ga_spacerinterwoven_vec placeat_ga_spacerinterwoven_vec interface~placeat->proc~placeat_ga_spacerinterwoven_vec interface~expand expand proc~placeat_ga_spacerinterwoven->interface~expand proc~placeat_ga_spacerinterwoven_vec->interface~expand proc~expand_ga_spacerinterwoven expand_ga_spacerinterwoven interface~expand->proc~expand_ga_spacerinterwoven

Contents


Module Procedures

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

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

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_spacerinterwovenarray_type) :: me
type(sdr_spacerInterwoven_type), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

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

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

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_spacerinterwovenarray_type) :: me
type(sdr_spacerInterwoven_type), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array