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_4d Type Reference
Collaboration diagram for sll_t_particle_4d:

Private Attributes

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

Detailed Description

Definition at line 49 of file sll_m_particle_representations.F90.

Member Data Documentation

◆ dx

real(kind=f32) dx
private

Definition at line 51 of file sll_m_particle_representations.F90.

◆ dy

real(kind=f32) dy
private

Definition at line 52 of file sll_m_particle_representations.F90.

◆ ic

integer(kind=i32) ic
private

Definition at line 50 of file sll_m_particle_representations.F90.

◆ q

real(kind=f32) q
private

Definition at line 55 of file sll_m_particle_representations.F90.

◆ vx

real(kind=f64) vx
private

Definition at line 53 of file sll_m_particle_representations.F90.

◆ vy

real(kind=f64) vy
private

Definition at line 54 of file sll_m_particle_representations.F90.

    Report Typos and Errors