placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~9~~CallsGraph interface~placeat~9 placeat proc~placeat_ga_real placeat_ga_real interface~placeat~9->proc~placeat_ga_real proc~placeat_ga_real_vec placeat_ga_real_vec interface~placeat~9->proc~placeat_ga_real_vec interface~expand~22 expand proc~placeat_ga_real->interface~expand~22 proc~placeat_ga_real_vec->interface~expand~22 proc~expand_ga2d_real expand_ga2d_real interface~expand~22->proc~expand_ga2d_real

Contents


Module Procedures

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

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

Read more…

Arguments

Type IntentOptional Attributes Name
type(grw_realarray_type) :: me
real(kind=rk), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

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

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

Read more…

Arguments

Type IntentOptional Attributes Name
type(grw_realarray_type) :: me
real(kind=rk), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array