Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_time_propagator_pic_vm_1d2v_subcyc.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_time_propagator_pic_vm_1d2v_subcyc.F90:

Go to the source code of this file.

Data Types

type  sll_t_time_propagator_pic_vm_1d2v_subcyc
 Hamiltonian splitting type for Vlasov-Maxwell 1d2v. More...
 

Modules

module  sll_m_time_propagator_pic_vm_1d2v_subcyc
 Particle pusher based on the subcycling algorithm for the 1d2v Vlasov-Maxwell equation.
 

Functions/Subroutines

subroutine reinit_fields (self)
 Finalization. More...
 
subroutine strang_splitting_pic_vm_1d2v (self, dt, number_steps)
 Strang splitting. More...
 
subroutine lie_splitting_pic_vm_1d2v (self, dt, number_steps)
 Lie splitting. More...
 
subroutine lie_splitting_back_pic_vm_1d2v (self, dt, number_steps)
 Lie splitting (oposite ordering) More...
 
subroutine operatorhp_pic_vm_1d2v (self, dt)
 
subroutine operatorhp_pic_vm_1d2v_newton (self, dt)
 Implementation of the full time step with Newton iteration for the nonlinear part. More...
 
subroutine initialize_pic_vm_1d2v (self, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, n_sub_iter, file_prefix, filter, jmean, control_variate, i_weight)
 Constructor. More...
 
subroutine delete_pic_vm_1d2v (self)
 Destructor. More...
 
subroutine, public sll_s_new_time_propagator_pic_vm_1d2v_subcyc (splitting, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, n_sub_iter, file_prefix, filter, jmean, control_variate, i_weight)
 Constructor for allocatable abstract type. More...
 
subroutine, public sll_s_new_time_propagator_pic_vm_1d2v_subcyc_ptr (splitting, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, n_sub_iter, file_prefix, filter, jmean)
 Constructor for pointer abstract type. More...
 
    Report Typos and Errors