append Interface

public interface append

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

Calls

interface~~append~17~~CallsGraph interface~append~17 append proc~append_ga_matrix append_ga_matrix interface~append~17->proc~append_ga_matrix proc~append_ga_matrix_vec append_ga_matrix_vec interface~append~17->proc~append_ga_matrix_vec interface~expand~15 expand proc~append_ga_matrix->interface~expand~15 proc~append_ga_matrix_vec->interface~expand~15 proc~expand_ga_matrix expand_ga_matrix interface~expand~15->proc~expand_ga_matrix

Contents


Module Procedures

private subroutine append_ga_matrix(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_matrixarray_type) :: me
type(tem_matrix_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_matrix_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_matrixarray_type) :: me
type(tem_matrix_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array