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

Description

Particle pusher based on a variation of the energy and charge-conserving discrete gradient method with subcycling, implicit.

Author
Katharina Kormann, IPP

MPI parallelization by domain cloning. Periodic boundaries. Spline DoFs numerated by the point the spline starts. Reference: Kormann, Sonnendrücker, Energy-conserving time propagation for a structure-preserving particle-in-cell Vlasov–Maxwell solver, Journal of Computational Physics 425, 109890, 2021

Derived types and interfaces

type  sll_t_time_propagator_pic_vm_1d2v_disgradec_sub
 

Functions/Subroutines

subroutine strang_splitting_pic_vm_1d2v_disgradec (self, dt, number_steps)
 Strang splitting. More...
 
subroutine lie_splitting_pic_vm_1d2v_disgradec (self, dt, number_steps)
 Lie splitting. More...
 
subroutine lie_splitting_back_pic_vm_1d2v_disgradec (self, dt, number_steps)
 Lie splitting. More...
 
subroutine initialize_pic_vm_1d2v_disgradec (self, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, filter)
 Constructor. More...
 
subroutine initialize_file_pic_vm_1d2v_disgradec (self, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, filter, filename)
 Constructor. More...
 
subroutine delete_pic_vm_1d2v_disgradec (self)
 
subroutine reinit_fields_disgradec_sub (self)
 

Function/Subroutine Documentation

◆ delete_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::delete_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(inout)  self)
private
Parameters
[in,out]selftime splitting object

Definition at line 198 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ initialize_file_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::initialize_file_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(out)  self,
class(sll_c_maxwell_1d_base), intent(in), target  maxwell_solver,
class(sll_c_particle_mesh_coupling_1d), intent(in), target  kernel_smoother_0,
class(sll_c_particle_mesh_coupling_1d), intent(in), target  kernel_smoother_1,
class(sll_t_particle_array), intent(in), target  particle_group,
real(kind=f64), dimension(:), pointer  phi_dofs,
real(kind=f64), dimension(:,:), intent(in), target  efield_dofs,
real(kind=f64), dimension(:), intent(in), target  bfield_dofs,
real(kind=f64), intent(in)  x_min,
real(kind=f64), intent(in)  Lx,
type(sll_t_binomial_filter), intent(in), target  filter,
character(len=*), intent(in)  filename 
)
private

Constructor.

Parameters
[out]selftime splitting object
[in]maxwell_solverMaxwell solver
[in]kernel_smoother_0Kernel smoother
[in]kernel_smoother_1Kernel smoother
[in]particle_groupParticle group
phi_dofsDoFs describing the scalar potential phi
[in]efield_dofsarray for the coefficients of the efields
[in]bfield_dofsarray for the coefficients of the bfield
[in]x_minLower bound of x domain
[in]lxLength of the domain in x direction.
[in]filenamename of nml-file

Definition at line 156 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ initialize_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::initialize_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(out)  self,
class(sll_c_maxwell_1d_base), intent(in), target  maxwell_solver,
class(sll_c_particle_mesh_coupling_1d), intent(in), target  kernel_smoother_0,
class(sll_c_particle_mesh_coupling_1d), intent(in), target  kernel_smoother_1,
class(sll_t_particle_array), intent(in), target  particle_group,
real(kind=f64), dimension(:), pointer  phi_dofs,
real(kind=f64), dimension(:,:), intent(in), target  efield_dofs,
real(kind=f64), dimension(:), intent(in), target  bfield_dofs,
real(kind=f64), intent(in)  x_min,
real(kind=f64), intent(in)  Lx,
type(sll_t_binomial_filter), intent(in), target  filter 
)
private

Constructor.

Parameters
[out]selftime splitting object
[in]maxwell_solverMaxwell solver
[in]kernel_smoother_0Kernel smoother
[in]kernel_smoother_1Kernel smoother
[in]particle_groupParticle group
phi_dofsDoFs describing the scalar potential phi
[in]efield_dofsarray for the coefficients of the efields
[in]bfield_dofsarray for the coefficients of the bfield
[in]x_minLower bound of x domain
[in]lxLength of the domain in x direction.

Definition at line 116 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ lie_splitting_back_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::lie_splitting_back_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Lie splitting.

Parameters
[in,out]selftime splitting object
[in]dttime step
[in]number_stepsnumber of time steps

Definition at line 98 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ lie_splitting_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::lie_splitting_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Lie splitting.

Parameters
[in,out]selftime splitting object
[in]dttime step
[in]number_stepsnumber of time steps

Definition at line 81 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ reinit_fields_disgradec_sub()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::reinit_fields_disgradec_sub ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(inout)  self)
private
Parameters
[in,out]selftime splitting object

Definition at line 206 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

◆ strang_splitting_pic_vm_1d2v_disgradec()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgradec_sub::strang_splitting_pic_vm_1d2v_disgradec ( class(sll_t_time_propagator_pic_vm_1d2v_disgradec_sub), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Strang splitting.

Parameters
[in,out]selftime splitting object
[in]dttime step
[in]number_stepsnumber of time steps

Definition at line 61 of file sll_m_time_propagator_pic_vm_1d2v_disgradEC_sub.F90.

    Report Typos and Errors