Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Particle pusher based on antisymmetric splitting with disgradE for 3d3v Vlasov-Maxwell.
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_3d3v_disgrade |
Time propagator for Vlasov-Maxwell 3d3v. More... | |
Functions/Subroutines | |
subroutine | strang_splitting_pic_vm_3d3v (self, dt, number_steps) |
Finalization. More... | |
subroutine | lie_splitting_pic_vm_3d3v (self, dt, number_steps) |
Lie splitting. More... | |
subroutine | lie_splitting_back_pic_vm_3d3v (self, dt, number_steps) |
Lie splitting (oposite ordering) More... | |
subroutine | initialize_pic_vm_3d3v (self, maxwell_solver, particle_mesh_coupling, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, filter, boundary_particles, solver_tolerance, betar, force_sign, electrostatic, rhob, control_variate, jmean) |
Constructor. More... | |
subroutine | initialize_file_pic_vm_3d3v (self, maxwell_solver, particle_mesh_coupling, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, filter, filename, boundary_particles, betar, force_sign, electrostatic, rhob, control_variate, jmean) |
Constructor. More... | |
subroutine | delete_pic_vm_3d3v (self) |
Destructor. More... | |
|
private |
Destructor.
[in,out] | self | time propagator object |
Definition at line 372 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.
|
private |
Constructor.
[out] | self | time propagator object |
[in] | maxwell_solver | Maxwell solver |
[in] | particle_mesh_coupling | Particle mesh coupling |
[in] | particle_group | Particle group |
[in] | phi_dofs | array for the coefficients of the scalar potential |
[in] | efield_dofs | array for the coefficients of the efields |
[in] | bfield_dofs | array for the coefficients of the bfield |
[in] | x_min | Lower bound of x domain |
[in] | lx | Length of the domain in x direction. |
[in] | boundary_particles | particle boundary conditions |
[in] | betar | reciprocal plasma beta |
[in] | force_sign | sign of particle force |
[in] | electrostatic | true for electrostatic simulation |
[in] | rhob | charge at the boundary |
[in] | control_variate | Control variate (if delta f) |
[in] | jmean | logical for mean value of current |
Definition at line 263 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.
|
private |
Constructor.
[out] | self | time propagator object |
[in] | maxwell_solver | Maxwell solver |
[in] | particle_mesh_coupling | Particle mesh coupling |
[in] | particle_group | Particle group |
[in] | phi_dofs | array for the coefficients of the scalar potential |
[in] | efield_dofs | array for the coefficients of the efields |
[in] | bfield_dofs | array for the coefficients of the bfield |
[in] | x_min | Lower bound of x domain |
[in] | lx | Length of the domain in x direction. |
[in] | boundary_particles | particle boundary conditions |
[in] | solver_tolerance | Solver tolerance |
[in] | betar | reciprocal plasma beta |
[in] | force_sign | sign of particle force |
[in] | electrostatic | true for electrostatic simulation |
[in] | rhob | charge at the boundary |
[in] | control_variate | Control variate (if delta f) |
[in] | jmean | logical for mean value of current |
Definition at line 149 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.
|
private |
Lie splitting (oposite ordering)
[in,out] | self | time propagator object |
[in] | dt | time step |
[in] | number_steps | number of time steps |
Definition at line 122 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.
|
private |
Lie splitting.
[in,out] | self | time propagator object |
[in] | dt | time step |
[in] | number_steps | number of time steps |
Definition at line 96 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.
|
private |
Finalization.
Strang splitting
[in,out] | self | time propagator object |
[in] | dt | time step |
[in] | number_steps | number of time steps |
Definition at line 66 of file sll_m_time_propagator_pic_vm_3d3v_disgradE.F90.