Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | sll_t_particle_group_6d |
Functions/Subroutines | |
subroutine, public | sll_s_particle_6d_group_init (res, num_particles, particle_array_size, guard_list_size, qoverm, mesh) |
subroutine, public | sll_s_particle_6d_group_free (p_group) |
subroutine, public sll_m_particle_group_6d::sll_s_particle_6d_group_free | ( | type(sll_t_particle_group_6d) | p_group | ) |
Definition at line 116 of file sll_m_particle_group_6d.F90.
subroutine, public sll_m_particle_group_6d::sll_s_particle_6d_group_init | ( | type(sll_t_particle_group_6d) | res, |
integer(kind=i32), intent(in) | num_particles, | ||
integer(kind=i32), intent(in) | particle_array_size, | ||
integer(kind=i32), intent(in) | guard_list_size, | ||
real(kind=f64), intent(in) | qoverm, | ||
type(sll_t_cartesian_mesh_3d), target | mesh | ||
) |
Definition at line 57 of file sll_m_particle_group_6d.F90.