append Interface

public interface append

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

Calls

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

Module Procedures

private subroutine append_ga_triangle(me, val, length)

Arguments

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

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

optional length to expand the array