Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Type for a single particle in a 3d volume. More...
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... | |
Type for a single particle in a 3d volume.
Definition at line 38 of file sll_m_particle_representations.F90.
|
private |
relative coordinate in the cell dx
Definition at line 40 of file sll_m_particle_representations.F90.
|
private |
relative coordinate in the cell dy
Definition at line 41 of file sll_m_particle_representations.F90.
|
private |
relative coordinate in the cell dz
Definition at line 42 of file sll_m_particle_representations.F90.
|
private |
cell index, linearly arranged
Definition at line 39 of file sll_m_particle_representations.F90.
|
private |
charge
Definition at line 46 of file sll_m_particle_representations.F90.
|
private |
velocity along x direction
Definition at line 43 of file sll_m_particle_representations.F90.
|
private |
velocity along y direction
Definition at line 44 of file sll_m_particle_representations.F90.
|
private |
velocity along z direction
Definition at line 45 of file sll_m_particle_representations.F90.