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

Private Attributes

integer(kind=i32) ic
 
real(kind=f32) dx
 
real(kind=f32) dy
 
real(kind=f32) q
 

Detailed Description

Definition at line 69 of file sll_m_particle_representations.F90.

Member Data Documentation

◆ dx

real(kind=f32) dx
private

Definition at line 71 of file sll_m_particle_representations.F90.

◆ dy

real(kind=f32) dy
private

Definition at line 72 of file sll_m_particle_representations.F90.

◆ ic

integer(kind=i32) ic
private

Definition at line 70 of file sll_m_particle_representations.F90.

◆ q

real(kind=f32) q
private

Definition at line 73 of file sll_m_particle_representations.F90.

    Report Typos and Errors