placeat_ga_stencilelement Subroutine

private subroutine placeat_ga_stencilelement(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_stencilelementarray_type) :: me
type(tem_stencilElement_type), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array


Calls

proc~~placeat_ga_stencilelement~~CallsGraph proc~placeat_ga_stencilelement placeat_ga_stencilelement interface~expand~24 expand proc~placeat_ga_stencilelement->interface~expand~24 proc~expand_ga_stencilheader expand_ga_stencilheader interface~expand~24->proc~expand_ga_stencilheader

Called by

proc~~placeat_ga_stencilelement~~CalledByGraph proc~placeat_ga_stencilelement placeat_ga_stencilelement interface~placeat~13 placeat interface~placeat~13->proc~placeat_ga_stencilelement

Contents

None