append Interface

public interface append

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

Calls

interface~~append~40~~CallsGraph interface~append~40 append proc~append_ga_triangle~2 append_ga_triangle interface~append~40->proc~append_ga_triangle~2 proc~append_ga_triangle_vec~2 append_ga_triangle_vec interface~append~40->proc~append_ga_triangle_vec~2 interface~expand~39 expand proc~append_ga_triangle~2->interface~expand~39 proc~append_ga_triangle_vec~2->interface~expand~39 proc~expand_ga_triangle~2 expand_ga_triangle interface~expand~39->proc~expand_ga_triangle~2

Contents


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