append Interface

public interface append

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

Calls

interface~~append~3~~CallsGraph interface~append~3 append proc~append_ga_stencilelement append_ga_stencilelement interface~append~3->proc~append_ga_stencilelement proc~append_ga_stencilelement_vec append_ga_stencilelement_vec interface~append~3->proc~append_ga_stencilelement_vec interface~expand~4 expand proc~append_ga_stencilelement->interface~expand~4 proc~append_ga_stencilelement_vec->interface~expand~4 proc~expand_ga_stencilheader expand_ga_stencilheader interface~expand~4->proc~expand_ga_stencilheader

Contents


Module Procedures

private subroutine append_ga_stencilelement(me, val, length)

Arguments

Type IntentOptional Attributes Name
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

Type IntentOptional Attributes Name
type(grw_stencilelementarray_type) :: me
type(tem_stencilElement_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array