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_group_4d Module Reference

Derived types and interfaces

type  sll_t_particle_group_4d
 
interface  sll_o_delete
 

Functions/Subroutines

subroutine, public sll_s_particle_4d_group_init (res, num_particles, particle_array_size, guard_list_size, qoverm, mesh)
 
type(sll_t_particle_group_4d) function, pointer, public sll_f_new_particle_4d_group (num_particles, particle_array_size, guard_list_size, qoverm, mesh)
 
subroutine, public sll_s_particle_4d_group_free (p_group)
 

Function/Subroutine Documentation

◆ sll_f_new_particle_4d_group()

type(sll_t_particle_group_4d) function, pointer, public sll_m_particle_group_4d::sll_f_new_particle_4d_group ( 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_2d), pointer  mesh 
)

Definition at line 127 of file sll_m_particle_group_4d.F90.

Here is the call graph for this function:

◆ sll_s_particle_4d_group_free()

subroutine, public sll_m_particle_group_4d::sll_s_particle_4d_group_free ( type(sll_t_particle_group_4d), pointer  p_group)

Definition at line 154 of file sll_m_particle_group_4d.F90.

◆ sll_s_particle_4d_group_init()

subroutine, public sll_m_particle_group_4d::sll_s_particle_4d_group_init ( type(sll_t_particle_group_4d 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_2d), target  mesh 
)

Definition at line 67 of file sll_m_particle_group_4d.F90.

Here is the caller graph for this function:
    Report Typos and Errors