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_6d Type Reference
Collaboration diagram for sll_t_particle_group_6d:

Private Attributes

integer(kind=i32) number_particles
 
integer(kind=i32) active_particles
 
integer(kind=i32) guard_list_size
 
integer(kind=i32), dimension(:), allocatable num_postprocess_particles
 
real(kind=f64) qoverm
 
type(sll_t_cartesian_mesh_3d), pointer mesh
 
type(sll_t_particle_6d), dimension(:), pointer p_list
 

Detailed Description

Definition at line 45 of file sll_m_particle_group_6d.F90.

Member Data Documentation

◆ active_particles

integer(kind=i32) active_particles
private

Definition at line 47 of file sll_m_particle_group_6d.F90.

◆ guard_list_size

integer(kind=i32) guard_list_size
private

Definition at line 48 of file sll_m_particle_group_6d.F90.

◆ mesh

type(sll_t_cartesian_mesh_3d), pointer mesh
private

Definition at line 51 of file sll_m_particle_group_6d.F90.

◆ num_postprocess_particles

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

Definition at line 49 of file sll_m_particle_group_6d.F90.

◆ number_particles

integer(kind=i32) number_particles
private

Definition at line 46 of file sll_m_particle_group_6d.F90.

◆ p_list

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

Definition at line 52 of file sll_m_particle_group_6d.F90.

◆ qoverm

real(kind=f64) qoverm
private

Definition at line 50 of file sll_m_particle_group_6d.F90.

    Report Typos and Errors