load_particle_dps_data Subroutine

public subroutine load_particle_dps_data(conf, parent, particles, nparticles, chunksize)

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf
integer, intent(in), optional :: parent

handle to parent table if position, velocity tables etc are inside another table

type(dyn_particle_dps_array_type), intent(inout) :: particles

dynamic particle array to append particles read from file to

integer, intent(in) :: nparticles

total number of particles to read

integer, intent(in) :: chunksize