Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_t_plotting_params_2d Type Reference
Collaboration diagram for sll_t_plotting_params_2d:

Private Member Functions

procedure reset_params
 

Private Attributes

character(len=256) field_name
 may need to be trimmed when used More...
 
integer(kind=i32) plot_count
 
integer(kind=i32) plot_np_x
 nb of points in the x plotting grid More...
 
integer(kind=i32) plot_np_vx
 nb of points in the vx plotting grid More...
 
real(kind=f64) slice_y
 
real(kind=f64) slice_vy
 

Detailed Description

Definition at line 52 of file sll_m_particle_visualization_interface.F90.

Member Function/Subroutine Documentation

◆ reset_params()

procedure reset_params
private

Definition at line 60 of file sll_m_particle_visualization_interface.F90.

Member Data Documentation

◆ field_name

character(len=256) field_name
private

may need to be trimmed when used

Definition at line 53 of file sll_m_particle_visualization_interface.F90.

◆ plot_count

integer(kind=i32) plot_count
private

Definition at line 54 of file sll_m_particle_visualization_interface.F90.

◆ plot_np_vx

integer(kind=i32) plot_np_vx
private

nb of points in the vx plotting grid

Definition at line 56 of file sll_m_particle_visualization_interface.F90.

◆ plot_np_x

integer(kind=i32) plot_np_x
private

nb of points in the x plotting grid

Definition at line 55 of file sll_m_particle_visualization_interface.F90.

◆ slice_vy

real(kind=f64) slice_vy
private

Definition at line 58 of file sll_m_particle_visualization_interface.F90.

◆ slice_y

real(kind=f64) slice_y
private

Definition at line 57 of file sll_m_particle_visualization_interface.F90.

    Report Typos and Errors