append Interface

public interface append

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

Calls

interface~~append~5~~CallsGraph interface~append~5 append proc~append_ga_stencilelement append_ga_stencilelement interface~append~5->proc~append_ga_stencilelement proc~append_ga_stencilelement_vec append_ga_stencilelement_vec interface~append~5->proc~append_ga_stencilelement_vec interface~expand~5 expand proc~append_ga_stencilelement->interface~expand~5 proc~append_ga_stencilelement_vec->interface~expand~5 proc~expand_ga_stencilheader expand_ga_stencilheader interface~expand~5->proc~expand_ga_stencilheader

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