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

Derived types and interfaces

type  sll_t_particle_sorter_2d
 
interface  sll_o_delete
 

Functions/Subroutines

type(sll_t_particle_sorter_2d) function, pointer, public sll_f_new_particle_sorter_2d (mesh)
 
subroutine, public sll_s_sort_particles_2d (sorter, group)
 
subroutine, public sll_s_sort_gc_particles_2d (sorter, group)
 
subroutine delete_particle_sorter_2d (sorter)
 

Function/Subroutine Documentation

◆ delete_particle_sorter_2d()

subroutine sll_m_particle_sort::delete_particle_sorter_2d ( type(sll_t_particle_sorter_2d), pointer  sorter)
private

Definition at line 238 of file sll_m_particle_sort.F90.

◆ sll_f_new_particle_sorter_2d()

type(sll_t_particle_sorter_2d) function, pointer, public sll_m_particle_sort::sll_f_new_particle_sorter_2d ( type(sll_t_cartesian_mesh_2d), pointer  mesh)

Definition at line 62 of file sll_m_particle_sort.F90.

◆ sll_s_sort_gc_particles_2d()

subroutine, public sll_m_particle_sort::sll_s_sort_gc_particles_2d ( type(sll_t_particle_sorter_2d), pointer  sorter,
type(sll_t_particle_group_2d), pointer  group 
)

Definition at line 162 of file sll_m_particle_sort.F90.

◆ sll_s_sort_particles_2d()

subroutine, public sll_m_particle_sort::sll_s_sort_particles_2d ( type(sll_t_particle_sorter_2d), pointer  sorter,
type(sll_t_particle_group_4d), pointer  group 
)

Definition at line 86 of file sll_m_particle_sort.F90.

    Report Typos and Errors