append Interface

public interface append

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

Calls

interface~~append~26~~CallsGraph interface~append~26 append proc~append_ga_stencilelement_vec append_ga_stencilelement_vec interface~append~26->proc~append_ga_stencilelement_vec proc~append_ga_stencilelement append_ga_stencilelement interface~append~26->proc~append_ga_stencilelement interface~expand~24 expand proc~append_ga_stencilelement_vec->interface~expand~24 proc~append_ga_stencilelement->interface~expand~24 proc~expand_ga_stencilheader expand_ga_stencilheader interface~expand~24->proc~expand_ga_stencilheader

Contents


Module Procedures

private subroutine append_ga_stencilelement(me, val, length)

Arguments

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

optional length to expand the array

private subroutine append_ga_stencilelement_vec(me, val, length)

Arguments

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

optional length to expand the array