append Interface

private interface append

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


Module Procedures

private subroutine append_ga_stencilheader(me, val, length)

Arguments

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

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

optional length to expand the array