0.6.0
Loading...
Searching...
No Matches
mod_notus_adios_particles Module Reference

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
 

Function/Subroutine Documentation

◆ notus_adios_particle_list_print()

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 )

◆ notus_adios_particles_lists_print()

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.

Note
The filename is based on Notus base file, to which "_particles_NN" is appended
Parameters
[in]particle_liststhe lists of particles

◆ notus_adios_particles_print()

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.

Note
This subroutine opens and closes a (separated) new file
Parameters
[in]particle_listthe particles list
[in]namethe name of the suffix to be applied to the base file name

Variable Documentation

◆ n_dim

integer, private mod_notus_adios_particles::n_dim
private

◆ nb_point

integer, private mod_notus_adios_particles::nb_point
private

◆ nb_point_global

integer, private mod_notus_adios_particles::nb_point_global
private

◆ offset_point

integer, private mod_notus_adios_particles::offset_point
private