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

Description

Particle pusher based on antisymmetric splitting with AVF for 1d2v Vlasov-Poisson with coordinate transformation.

Author
Benedikt Perse, IPP

MPI parallelization by domain cloning. Periodic boundaries. Spline DoFs numerated by the point the spline starts.

Derived types and interfaces

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

Functions/Subroutines

subroutine strang_splitting_pic_vm_1d2v (self, dt, number_steps)
 Finalization. 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. More...
 
subroutine initialize_pic_vm_1d2v (self, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, map, boundary_particles, solver_tolerance, iter_tolerance, max_iter, force_sign, electrostatic, jmean)
 Constructor. More...
 
subroutine initialize_file_pic_vm_1d2v (self, maxwell_solver, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, map, filename, boundary_particles, force_sign, electrostatic, jmean)
 Constructor. More...
 
subroutine delete_pic_vm_1d2v (self)
 Destructor. More...
 

Function/Subroutine Documentation

◆ delete_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::delete_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), intent(inout)  self)
private

Destructor.

Parameters
[in,out]selftime propagator object

Definition at line 329 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

◆ initialize_file_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::initialize_file_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), 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(:,:), 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_mapping_3d), intent(in), target  map,
character(len=*), intent(in)  filename,
integer(kind=i32), intent(in), optional  boundary_particles,
real(kind=f64), intent(in), optional  force_sign,
logical, intent(in), optional  electrostatic,
logical, intent(in), optional  jmean 
)
private

Constructor.

Parameters
[out]selftime propagator object
[in]maxwell_solverMaxwell solver
[in]kernel_smoother_0Kernel smoother
[in]kernel_smoother_1Kernel smoother
[in]particle_groupParticle group
[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]mapCoordinate transformation
[in]boundary_particlesparticle boundary conditions
[in]force_signsign of particle force
[in]electrostatictrue for electrostatic simulation
[in]jmeanlogical for mean value of current

Definition at line 250 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

◆ initialize_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::initialize_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), 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(:,:), 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_mapping_3d), intent(in), target  map,
integer(kind=i32), intent(in), optional  boundary_particles,
real(kind=f64), intent(in), optional  solver_tolerance,
real(kind=f64), intent(in), optional  iter_tolerance,
integer(kind=i32), intent(in), optional  max_iter,
real(kind=f64), intent(in), optional  force_sign,
logical, intent(in), optional  electrostatic,
logical, intent(in), optional  jmean 
)
private

Constructor.

Parameters
[out]selftime propagator object
[in]maxwell_solverMaxwell solver
[in]kernel_smoother_0Kernel smoother
[in]kernel_smoother_1Kernel smoother
[in]particle_groupParticle group
[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]mapCoordinate transformation
[in]boundary_particlesparticle boundary conditions
[in]solver_tolerancesolver tolerance
[in]iter_toleranceiteration tolerance
[in]max_itermaximal number of iterations
[in]force_signsign of particle force
[in]electrostatictrue for electrostatic simulation
[in]jmeanlogical for mean value of current

Definition at line 150 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

◆ lie_splitting_back_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::lie_splitting_back_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Lie splitting.

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

Definition at line 123 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

◆ lie_splitting_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::lie_splitting_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Lie splitting.

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

Definition at line 97 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

◆ strang_splitting_pic_vm_1d2v()

subroutine sll_m_time_propagator_pic_vm_1d2v_disgrade_trafo::strang_splitting_pic_vm_1d2v ( class(sll_t_time_propagator_pic_vm_1d2v_disgrade_trafo), intent(inout)  self,
real(kind=f64), intent(in)  dt,
integer(kind=i32), intent(in)  number_steps 
)
private

Finalization.

Strang splitting

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

Definition at line 66 of file sll_m_time_propagator_pic_vm_1d2v_disgradE_trafo.F90.

    Report Typos and Errors