placeat Interface

public interface placeat

insert an element at a given position

Calls

interface~~placeat~16~~CallsGraph interface~placeat~16 placeat proc~placeat_ga_cylinder_vec placeat_ga_cylinder_vec interface~placeat~16->proc~placeat_ga_cylinder_vec proc~placeat_ga_cylinder placeat_ga_cylinder interface~placeat~16->proc~placeat_ga_cylinder interface~expand~26 expand proc~placeat_ga_cylinder_vec->interface~expand~26 proc~placeat_ga_cylinder->interface~expand~26 proc~expand_ga_cylinder expand_ga_cylinder interface~expand~26->proc~expand_ga_cylinder

Contents


Module Procedures

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

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

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_cylinderarray_type) :: me
type(tem_cylinder_type), intent(in) :: val
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array

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

adds the values starting from a given position inside the growing array.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(grw_cylinderarray_type) :: me
type(tem_cylinder_type), intent(in) :: val(:)
integer, intent(in) :: pos
integer, intent(in), optional :: length

optional length to expand the array