Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Interface routines for visualizing particle groups.
Derived types and interfaces | |
type | sll_t_plotting_params_2d |
Functions/Subroutines | |
subroutine | reset_params (self, field_name, plot_np_x, plot_np_vx, slice_y, slice_vy) |
subroutine, public | sll_s_visualize_particle_group (particle_group, plotting_params_2d, iplot) |
visualization interface More... | |
|
private |
Definition at line 65 of file sll_m_particle_visualization_interface.F90.
subroutine, public sll_m_particle_visualization_interface::sll_s_visualize_particle_group | ( | class(sll_c_particle_group_base), intent(inout), pointer | particle_group, |
class(sll_t_plotting_params_2d), intent(inout) | plotting_params_2d, | ||
integer(kind=i32), intent(in) | iplot | ||
) |
visualization interface
[in] | iplot | plot counter |
Definition at line 89 of file sll_m_particle_visualization_interface.F90.