Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_particles_center_gnuplot Interface Reference

plot particles centers with gnuplot More...

Private Member Functions

subroutine xv_particles_center_gnuplot (plot_name, x, v, xmin, xmax, vmin, vmax, iplot, time)
 To plot particles run : gnuplot -persitant plot_name.gnu. More...
 

Detailed Description

plot particles centers with gnuplot

Definition at line 60 of file sll_m_pic_visu.F90.

Member Function/Subroutine Documentation

◆ xv_particles_center_gnuplot()

subroutine xv_particles_center_gnuplot ( character(len=*), intent(in)  plot_name,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(in)  v,
real(kind=f64), intent(in)  xmin,
real(kind=f64), intent(in)  xmax,
real(kind=f64), intent(in)  vmin,
real(kind=f64), intent(in)  vmax,
integer(kind=i32), intent(in)  iplot,
real(kind=f64), optional  time 
)
private

To plot particles run : gnuplot -persitant plot_name.gnu.

Definition at line 79 of file sll_m_pic_visu.F90.

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