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_distribution_gnuplot Interface Reference

plot particles distribution with gnuplot More...

Private Member Functions

subroutine distribution_xv_gnuplot (plot_name, x, v, xmin, xmax, nx, vmin, vmax, nv, iplot, time)
 

Detailed Description

plot particles distribution with gnuplot

Definition at line 65 of file sll_m_pic_visu.F90.

Member Function/Subroutine Documentation

◆ distribution_xv_gnuplot()

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

Definition at line 145 of file sll_m_pic_visu.F90.

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