mus_particles_state_type Derived Type

type, public :: mus_particles_state_type
sequence


Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: V(12)

Continuous particle data to be sent or received We gather all reals to be sent in one long vector. The order of the elements is: pos(1:6) = V(1:6) vel(1:6) = V(7:12)

integer, public :: I(5)

Also pack all integers to be sent or received in one vector coordOfOrigin = I(1:4) particleID = I(5)