Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_pic_utilities Module Reference

Functions/Subroutines

subroutine, public sll_s_first_charge_accumulation_2d (p_group, q_accumulator)
 
subroutine, public sll_s_first_charge_accumulation_2d_cs (p_group, q_accumulator)
 
subroutine, public sll_s_first_gc_charge_accumulation_2d (p_group, q_accumulator)
 
subroutine, public sll_s_first_gc_charge_accumulation_2d_cs (p_group, q_accumulator)
 

Function/Subroutine Documentation

◆ sll_s_first_charge_accumulation_2d()

subroutine, public sll_m_pic_utilities::sll_s_first_charge_accumulation_2d ( type(sll_t_particle_group_4d), pointer  p_group,
type(sll_t_charge_accumulator_2d_ptr), dimension(:), pointer  q_accumulator 
)

Definition at line 65 of file sll_m_pic_utilities.F90.

◆ sll_s_first_charge_accumulation_2d_cs()

subroutine, public sll_m_pic_utilities::sll_s_first_charge_accumulation_2d_cs ( type(sll_t_particle_group_4d), pointer  p_group,
type(sll_t_charge_accumulator_2d_cs_ptr), dimension(:), pointer  q_accumulator 
)

Definition at line 96 of file sll_m_pic_utilities.F90.

◆ sll_s_first_gc_charge_accumulation_2d()

subroutine, public sll_m_pic_utilities::sll_s_first_gc_charge_accumulation_2d ( type(sll_t_particle_group_2d), pointer  p_group,
type(sll_t_charge_accumulator_2d_ptr), dimension(:), pointer  q_accumulator 
)

Definition at line 129 of file sll_m_pic_utilities.F90.

◆ sll_s_first_gc_charge_accumulation_2d_cs()

subroutine, public sll_m_pic_utilities::sll_s_first_gc_charge_accumulation_2d_cs ( type(sll_t_particle_group_2d), pointer  p_group,
type(sll_t_charge_accumulator_2d_cs_ptr), dimension(:), pointer  q_accumulator 
)

Definition at line 160 of file sll_m_pic_utilities.F90.

    Report Typos and Errors