get_vel Module Procedure

module procedure get_vel pure module function get_vel(this) result(vel)

Returns the array of coordinate 3-velocity of particles

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

v


Called by

proc~~get_vel~~CalledByGraph proc~get_vel get_vel interface~get_vel get_vel interface~get_vel->proc~get_vel

Contents