append Interface

private interface append

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

Calls

interface~~append~27~~CallsGraph interface~append~27 append proc~append_ga_stencilheader append_ga_stencilheader interface~append~27->proc~append_ga_stencilheader proc~append_ga_stencilheader_vec append_ga_stencilheader_vec interface~append~27->proc~append_ga_stencilheader_vec interface~expand~24 expand proc~append_ga_stencilheader->interface~expand~24 proc~append_ga_stencilheader_vec->interface~expand~24 proc~expand_ga_stencilheader expand_ga_stencilheader interface~expand~24->proc~expand_ga_stencilheader

Contents


Module Procedures

private subroutine append_ga_stencilheader(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_stencilheaderarray_type) :: me
type(tem_stencilHeader_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_stencilheader_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_stencilheaderarray_type) :: me
type(tem_stencilHeader_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array