append Interface

public interface append

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

Calls

interface~~append~31~~CallsGraph interface~append~31 append proc~append_ga_triangle append_ga_triangle interface~append~31->proc~append_ga_triangle proc~append_ga_triangle_vec append_ga_triangle_vec interface~append~31->proc~append_ga_triangle_vec interface~expand~28 expand proc~append_ga_triangle->interface~expand~28 proc~append_ga_triangle_vec->interface~expand~28 proc~expand_ga_triangle expand_ga_triangle interface~expand~28->proc~expand_ga_triangle

Contents


Module Procedures

private subroutine append_ga_triangle(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_trianglearray_type) :: me
type(tem_triangle_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_triangle_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_trianglearray_type) :: me
type(tem_triangle_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array