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

write point3d file to plot particles characteristics More...

Private Member Functions

subroutine pq_plot_format_points3d (plot_name, x, v, iplot)
 point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles with one weight (only for characteristics) This format is readable by VisIt More...
 
subroutine pqr_plot_format_points3d (plot_name, x, y, z, iplot)
 point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles This format is readable by VisIt More...
 
subroutine pqrs_plot_format_points3d (plot_name, p, q, r, s, iplot)
 point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles with one weight (only four characteristics) This format is readable by VisIt More...
 

Detailed Description

write point3d file to plot particles characteristics

Definition at line 70 of file sll_m_pic_visu.F90.

Member Function/Subroutine Documentation

◆ pq_plot_format_points3d()

subroutine pq_plot_format_points3d ( character(len=*), intent(in)  plot_name,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(in)  v,
integer(kind=i32), intent(in)  iplot 
)
private

point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles with one weight (only for characteristics) This format is readable by VisIt

Definition at line 210 of file sll_m_pic_visu.F90.

Here is the call graph for this function:

◆ pqr_plot_format_points3d()

subroutine pqr_plot_format_points3d ( character(len=*), intent(in)  plot_name,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(in)  y,
real(kind=f64), dimension(:), intent(in)  z,
integer(kind=i32), intent(in)  iplot 
)
private

point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles This format is readable by VisIt

Definition at line 235 of file sll_m_pic_visu.F90.

Here is the call graph for this function:

◆ pqrs_plot_format_points3d()

subroutine pqrs_plot_format_points3d ( character(len=*), intent(in)  plot_name,
real(kind=f64), dimension(:), intent(in)  p,
real(kind=f64), dimension(:), intent(in)  q,
real(kind=f64), dimension(:), intent(in)  r,
real(kind=f64), dimension(:), intent(in)  s,
integer(kind=i32), intent(in)  iplot 
)
private

point3D format http://www.visitusers.org/index.php?title=Reading_point_data This format is designed to plot x,y,z particles with one weight (only four characteristics) This format is readable by VisIt

Definition at line 262 of file sll_m_pic_visu.F90.

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