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

Private Member Functions

subroutine write_2d_field (viewer, field, iplot)
 
subroutine write_2d_particles (viewer, xp, yp, op, iplot, time)
 
subroutine write_2d_field_and_particles (viewer, xp, yp, op, fp, iplot, time)
 

Detailed Description

Definition at line 78 of file sll_m_pic_viewer.F90.

Member Function/Subroutine Documentation

◆ write_2d_field()

subroutine write_2d_field ( type(sll_t_pic_viewer_2d viewer,
real(kind=f64), dimension(:, :), intent(in)  field,
integer(kind=i32), intent(in)  iplot 
)
private

Definition at line 118 of file sll_m_pic_viewer.F90.

Here is the call graph for this function:

◆ write_2d_field_and_particles()

subroutine write_2d_field_and_particles ( type(sll_t_pic_viewer_2d viewer,
real(kind=f64), dimension(:), intent(in)  xp,
real(kind=f64), dimension(:), intent(in)  yp,
real(kind=f64), dimension(:), intent(in)  op,
real(kind=f64), dimension(:, :), intent(in)  fp,
integer(kind=i32), intent(in)  iplot,
real(kind=f64), optional  time 
)
private

Definition at line 197 of file sll_m_pic_viewer.F90.

Here is the call graph for this function:

◆ write_2d_particles()

subroutine write_2d_particles ( type(sll_t_pic_viewer_2d viewer,
real(kind=f64), dimension(:), intent(in)  xp,
real(kind=f64), dimension(:), intent(in)  yp,
real(kind=f64), dimension(:), intent(in)  op,
integer(kind=i32), intent(in)  iplot,
real(kind=f64), optional  time 
)
private

Definition at line 153 of file sll_m_pic_viewer.F90.

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