The fields associated to lagrangian particles.
More...
|
type(t_particle_list), dimension(:), allocatable | particle_lists |
| Array of particle list, which may each contain various data size.
|
|
integer | n_particle_lists = 0 |
|
Here are defined the particle lists that can be used by developers. The variable particle_lists
is an array of n_particle_lists
that holds independant lists of particles (see type_particle_list).
◆ initialize_scalar_particles_list()
subroutine fields_particles::initialize_scalar_particles_list |
( |
integer, intent(in) | n, |
|
|
integer, dimension(n), intent(in) | data_size ) |
- Parameters
-
[in] | N | the number of particle lists |
[in] | data_size | the associated data size (1 data size for each list) |
- Precondition
- size(data_size) == N
-
data_size(i) >= 0