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_group_4d Type Reference
Collaboration diagram for sll_t_particle_group_4d:

Private Attributes

integer(kind=i32) number_particles
 
integer(kind=i32) active_particles
 
integer(kind=i32) guard_list_size
 
integer(kind=i32), dimension(:), pointer num_postprocess_particles
 
real(kind=f64) qoverm
 
type(sll_t_cartesian_mesh_2d), pointer mesh
 
type(sll_t_particle_4d), dimension(:), pointer p_list
 
type(sll_t_particle_4d_guard_ptr), dimension(:), pointer p_guard
 

Detailed Description

Definition at line 48 of file sll_m_particle_group_4d.F90.

Member Data Documentation

◆ active_particles

integer(kind=i32) active_particles
private

Definition at line 50 of file sll_m_particle_group_4d.F90.

◆ guard_list_size

integer(kind=i32) guard_list_size
private

Definition at line 51 of file sll_m_particle_group_4d.F90.

◆ mesh

type(sll_t_cartesian_mesh_2d), pointer mesh
private

Definition at line 56 of file sll_m_particle_group_4d.F90.

◆ num_postprocess_particles

integer(kind=i32), dimension(:), pointer num_postprocess_particles
private

Definition at line 54 of file sll_m_particle_group_4d.F90.

◆ number_particles

integer(kind=i32) number_particles
private

Definition at line 49 of file sll_m_particle_group_4d.F90.

◆ p_guard

type(sll_t_particle_4d_guard_ptr), dimension(:), pointer p_guard
private

Definition at line 58 of file sll_m_particle_group_4d.F90.

◆ p_list

type(sll_t_particle_4d), dimension(:), pointer p_list
private

Definition at line 57 of file sll_m_particle_group_4d.F90.

◆ qoverm

real(kind=f64) qoverm
private

Definition at line 55 of file sll_m_particle_group_4d.F90.

    Report Typos and Errors