XGCa
|
#include "adios_macro.h"
Functions/Subroutines | |
subroutine | diag_3d_more_init (grid) |
subroutine | diag_marker_den_init (grid) |
subroutine | diag_neutrals (n_neut, T_neut) |
subroutine | poincare_record (sp, isp) |
Records particle data for Poincare plots of the magnetic field. More... | |
subroutine | poincare_record_wrap () |
subroutine | init_poincare |
Initializes the data structure for the Poincare diagnostic. More... | |
subroutine | write_tracerdata (ncol_tracer, tracerdata) |
subroutine diag_3d_more_init | ( | type(grid_type), intent(in) | grid | ) |
subroutine diag_marker_den_init | ( | type(grid_type), intent(in) | grid | ) |
subroutine diag_neutrals | ( | real (kind=8), dimension(f0_inode1:f0_inode2), intent(in) | n_neut, |
real (kind=8), dimension(f0_inode1:f0_inode2), intent(in) | T_neut | ||
) |
subroutine init_poincare | ( | ) |
Initializes the data structure for the Poincare diagnostic.
subroutine poincare_record | ( | type(species_type), intent(in) | sp, |
integer, intent(in) | isp | ||
) |
Records particle data for Poincare plots of the magnetic field.
sp | (in) type(species_type), particle data |
isp | (in) integer, species index |
subroutine poincare_record_wrap | ( | ) |
subroutine write_tracerdata | ( | integer | ncol_tracer, |
real (kind=8), dimension(ncol_tracer), intent(in) | tracerdata | ||
) |