Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_particle_visualization_interface Module Reference

Description

Interface routines for visualizing particle groups.

Author
MCP

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...
 

Function/Subroutine Documentation

◆ reset_params()

subroutine sll_m_particle_visualization_interface::reset_params ( class(sll_t_plotting_params_2d), intent(inout)  self,
character(len=*), intent(in)  field_name,
integer(kind=i32), intent(in)  plot_np_x,
integer(kind=i32), intent(in)  plot_np_vx,
real(kind=f64), intent(in)  slice_y,
real(kind=f64), intent(in)  slice_vy 
)
private

Definition at line 65 of file sll_m_particle_visualization_interface.F90.

◆ sll_s_visualize_particle_group()

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

Parameters
[in]iplotplot counter

Definition at line 89 of file sll_m_particle_visualization_interface.F90.

Here is the call graph for this function:
    Report Typos and Errors