The fields associated to lagrangian particles. More...
| Functions/Subroutines | |
| subroutine | initialize_scalar_particles_list (n, data_size) | 
| Initialize the scalar particles array. | |
| Variables | |
| type(t_particle_list), dimension(:), allocatable | particle_lists | 
| Array of particle list, which may each contain various data size. | |
| integer | n_particle_lists = 0 | 
The fields associated to lagrangian particles.
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). 
| subroutine fields_particles::initialize_scalar_particles_list | ( | integer, intent(in) | n, | 
| integer, dimension(n), intent(in) | data_size ) | 
Initialize the scalar particles array.
| [in] | N | the number of particle lists | 
| [in] | data_size | the associated data size (1 data size for each list) |