append Interface

public interface append

append a value to the dynamic array and return its position.

Calls

interface~~append~25~~CallsGraph interface~append~25 append proc~append_ga_grw_stencilelement_vec append_ga_grw_stencilelement_vec interface~append~25->proc~append_ga_grw_stencilelement_vec proc~append_ga_grw_stencilelement append_ga_grw_stencilelement interface~append~25->proc~append_ga_grw_stencilelement interface~expand~2 expand proc~append_ga_grw_stencilelement_vec->interface~expand~2 proc~append_ga_grw_stencilelement->interface~expand~2 proc~expand_ga_dynlong expand_ga_dynlong interface~expand~2->proc~expand_ga_dynlong

Contents


Module Procedures

private subroutine append_ga_grw_stencilelement(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_grw_stencilelementarray_type) :: me
type(grw_stencilelementarray_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_grw_stencilelement_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_grw_stencilelementarray_type) :: me
type(grw_stencilelementarray_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array