Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Particle pusher based on Hamiltonian splitting using in Crouseilles, Einkemmer, Faou for 3d3v Vlasov-Maxwell.
MPI parallelization by domain cloning. Periodic boundaries. Spline DoFs numerated by the point the spline starts. Reference: Kraus, Kormann, Sonnendrücker, Morrison: GEMPIC: Geometric ElectroMagnetic Particle-In-Cell Methods
Derived types and interfaces | |
type | sll_t_time_propagator_pic_vm_3d3v_cef |
Hamiltonian splitting type 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 | operatorhp_pic_vm_3d3v (self, dt) |
Push H_p: Equations to be solved $X^{n+1}=X^n+\Delta t V^n$ $M_1 e^n= M_1 e^n- \int_{t^n}^{t^{n+1}} \mathbb{\Lambda}^1(X(\tau))^\top d\tau \mathbb{W}_q V^n$. More... | |
subroutine | compute_particle_boundary (self, xold, xnew, vi, wi) |
Helper function for operatorHp. More... | |
subroutine | operatorhb_pic_vm_3d3v (self, dt) |
Push H_B: Equations to be solved $(\mathbb{I}-\Delta \frac{\Delta t q}{2 m} \mathbb{B}(X^n,b^n) V^{n+1}=(\mathbb{I}+ \frac{\Delta t q}{2 m} \mathbb{B}(X^n,b^n) ) V^n$ $M_1 e^{n+1}=M_1 e^n+\Delta t C^\top M_2 b^n$. More... | |
subroutine | operatorhe_pic_vm_3d3v (self, dt) |
Push H_E: Equations to be solved $V^{n+1}=V^n+\Delta t\mathbb{W}_{\frac{q}{m}} \mathbb{Lambda}^1(X^n) e^n$ $b^{n+1}=b^n-\Delta t C e^n$. More... | |
subroutine | initialize_pic_vm_3d3v (self, maxwell_solver, particle_mesh_coupling, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, boundary_particles, betar, electrostatic, rhob, control_variate) |
Constructor. More... | |
subroutine | delete_pic_vm_3d3v (self) |
Destructor. More... | |
|
private |
Helper function for operatorHp.
[in,out] | self | time propagator object |
Definition at line 213 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.
|
private |
Destructor.
[in,out] | self | time propagator object |
Definition at line 482 of file sll_m_time_propagator_pic_vm_3d3v_cef.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] | electrostatic | true for electrostatic simulation |
[in] | rhob | charge at the boundary |
[in] | control_variate | Control variate (if delta f) |
Definition at line 398 of file sll_m_time_propagator_pic_vm_3d3v_cef.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 146 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.
|
private |
Lie splitting.
[in,out] | self | time propagator object |
[in] | dt | time step |
[in] | number_steps | number of time steps |
Definition at line 128 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.
|
private |
Push H_B: Equations to be solved $(\mathbb{I}-\Delta \frac{\Delta t q}{2 m} \mathbb{B}(X^n,b^n) V^{n+1}=(\mathbb{I}+ \frac{\Delta t q}{2 m} \mathbb{B}(X^n,b^n) ) V^n$ $M_1 e^{n+1}=M_1 e^n+\Delta t C^\top M_2 b^n$.
[in,out] | self | time propagator object |
[in] | dt | time step |
Definition at line 268 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.
|
private |
Push H_E: Equations to be solved $V^{n+1}=V^n+\Delta t\mathbb{W}_{\frac{q}{m}} \mathbb{Lambda}^1(X^n) e^n$ $b^{n+1}=b^n-\Delta t C e^n$.
[in,out] | self | time propagator object |
[in] | dt | time step |
Definition at line 327 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.
|
private |
Push H_p: Equations to be solved $X^{n+1}=X^n+\Delta t V^n$ $M_1 e^n= M_1 e^n- \int_{t^n}^{t^{n+1}} \mathbb{\Lambda}^1(X(\tau))^\top d\tau \mathbb{W}_q V^n$.
[in,out] | self | time propagator object |
[in] | dt | time step |
Definition at line 166 of file sll_m_time_propagator_pic_vm_3d3v_cef.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 109 of file sll_m_time_propagator_pic_vm_3d3v_cef.F90.