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_6d Type Reference

Type for a single particle in a 3d volume. More...

Collaboration diagram for sll_t_particle_6d:

Private Attributes

integer(kind=i32) ic
 cell index, linearly arranged More...
 
real(kind=f32) dx
 relative coordinate in the cell dx More...
 
real(kind=f32) dy
 relative coordinate in the cell dy More...
 
real(kind=f32) dz
 relative coordinate in the cell dz More...
 
real(kind=f64) vx
 velocity along x direction More...
 
real(kind=f64) vy
 velocity along y direction More...
 
real(kind=f64) vz
 velocity along z direction More...
 
real(kind=f32) q
 charge More...
 

Detailed Description

Type for a single particle in a 3d volume.

Definition at line 38 of file sll_m_particle_representations.F90.

Member Data Documentation

◆ dx

real(kind=f32) dx
private

relative coordinate in the cell dx

Definition at line 40 of file sll_m_particle_representations.F90.

◆ dy

real(kind=f32) dy
private

relative coordinate in the cell dy

Definition at line 41 of file sll_m_particle_representations.F90.

◆ dz

real(kind=f32) dz
private

relative coordinate in the cell dz

Definition at line 42 of file sll_m_particle_representations.F90.

◆ ic

integer(kind=i32) ic
private

cell index, linearly arranged

Definition at line 39 of file sll_m_particle_representations.F90.

◆ q

real(kind=f32) q
private

charge

Definition at line 46 of file sll_m_particle_representations.F90.

◆ vx

real(kind=f64) vx
private

velocity along x direction

Definition at line 43 of file sll_m_particle_representations.F90.

◆ vy

real(kind=f64) vy
private

velocity along y direction

Definition at line 44 of file sll_m_particle_representations.F90.

◆ vz

real(kind=f64) vz
private

velocity along z direction

Definition at line 45 of file sll_m_particle_representations.F90.

    Report Typos and Errors