load_particle_mem_creator_data Subroutine

public subroutine load_particle_mem_creator_data(conf, parent, particle_creator, nparticles, chunksize, scheme, geometry, myrank)

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(mus_particle_creator_type), intent(inout) :: particle_creator

dynamic particle array to append particles read from file to

integer, intent(in) :: nparticles

total number of particles to read

integer, intent(in) :: chunksize
type(mus_scheme_type), intent(in) :: scheme

scheme

type(mus_geom_type), intent(in) :: geometry

geometry

integer, intent(in) :: myrank

this mpi process rank