mus_particles_positionUpdate_type Derived Type

type, public :: mus_particles_positionUpdate_type
sequence


Components

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

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)

integer, public :: I(5)

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