get_pos Module Procedure

module procedure get_pos pure module function get_pos(this) result(pos_u)

Returns the array of particle positions

FT


Arguments

Type IntentOptional Attributes Name
class(particles), intent(in) :: this

particles object which this PROCEDURE is a member of

Return Value double precision, DIMENSION(:,:), ALLOCATABLE

pos


Called by

proc~~get_pos~~CalledByGraph proc~get_pos get_pos interface~get_pos get_pos interface~get_pos->proc~get_pos

Contents