placeat_ga_matrix Subroutine

private subroutine placeat_ga_matrix(me, val, pos, length)

adds the value to a given position inside the growing array.

if the requested position is outside the current array bounds, the array will be resized accordingly. if it is inside the current array bounds, the element at the requested position will be replaced.

Arguments

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

optional length to expand the array


Calls

proc~~placeat_ga_matrix~~CallsGraph proc~placeat_ga_matrix placeat_ga_matrix interface~expand~15 expand proc~placeat_ga_matrix->interface~expand~15 proc~expand_ga_matrix expand_ga_matrix interface~expand~15->proc~expand_ga_matrix

Called by

proc~~placeat_ga_matrix~~CalledByGraph proc~placeat_ga_matrix placeat_ga_matrix interface~placeat~10 placeat interface~placeat~10->proc~placeat_ga_matrix

Contents

None