Functions/Subroutines | |
| subroutine | notus_adios_particles_print (particle_list, name) |
| Print a list of particles to the supplied filename. | |
| subroutine | notus_adios_particles_lists_print (particle_lists) |
| Print a the Notus lists of particles into the appropriate file. | |
| subroutine | notus_adios_particle_list_print (nac, particle_list, id) |
| subroutine | notus_adios_define_particles (nac, particle_list, suffix) |
| Define particles in Adios. | |
| subroutine | notus_adios_write_particles (nac, particle_list, suffix) |
| Write the particles in Adios. | |
Variables | |
| integer, private | nb_point |
| integer, private | nb_point_global |
| integer, private | offset_point |
| integer, private | n_dim |
| subroutine mod_notus_adios_particles::notus_adios_particle_list_print | ( | type(t_notus_adios_container), intent(inout) | nac, |
| type(t_particle_list), intent(in) | particle_list, | ||
| integer, intent(in) | id ) |
| subroutine mod_notus_adios_particles::notus_adios_particles_lists_print | ( | type(t_particle_list), dimension(:), intent(in) | particle_lists | ) |
Print a the Notus lists of particles into the appropriate file.
| [in] | particle_lists | the lists of particles |
| subroutine mod_notus_adios_particles::notus_adios_particles_print | ( | type(t_particle_list), intent(in) | particle_list, |
| character(len=*), intent(in) | name ) |
Print a list of particles to the supplied filename.
| [in] | particle_list | the particles list |
| [in] | name | the name of the suffix to be applied to the base file name |
|
private |
|
private |
|
private |
|
private |