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_3d3v_hs.F90 File Reference
#include "sll_assert.h"
#include "sll_errors.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_time_propagator_pic_vm_3d3v_hs.F90:

Go to the source code of this file.

Data Types

type  sll_t_time_propagator_pic_vm_3d3v_hs
 Hamiltonian splitting type for Vlasov-Maxwell 3d3v. More...
 

Modules

module  sll_m_time_propagator_pic_vm_3d3v_hs
 Particle pusher based on Hamiltonian splitting for 3d3v Vlasov-Maxwell.
 

Functions/Subroutines

subroutine strang_splitting_pic_vm_3d3v_hs (self, dt, number_steps)
 Finalization. More...
 
subroutine lie_splitting_pic_vm_3d3v_hs (self, dt, number_steps)
 Lie splitting. More...
 
subroutine lie_splitting_back_pic_vm_3d3v_hs (self, dt, number_steps)
 Lie splitting (oposite ordering) More...
 
subroutine operatorhp1_pic_vm_3d3v_hs (self, dt)
 Push Hp1: Equations to solve are \partial_t f + v_1 \partial_{x_1} f = 0 -> xnew = xold + dt V_1 V_new,2 = V_old,2 + \int_0 h V_old,1 B_old \partial_t E_1 = - \int v_1 f(t,x_1, v) dv -> E_{1,new} = E_{1,old} - \int \int v_1 f(t,x_1+s v_1,v) dv ds \partial_t E_2 = 0 -> E_{2,new} = E_{2,old} \partial_t B = 0 => B_new = B_old. More...
 
subroutine compute_particle_boundary_current (self, xold, xnew, vi, wi, qoverm)
 Helper function for operatorHp1. More...
 
subroutine operatorhp2_pic_vm_3d3v_hs (self, dt)
 Push Hp2: Equations to solve are. More...
 
subroutine operatorhp3_pic_vm_3d3v_hs (self, dt)
 Push Hp3: Equations to solve are. More...
 
subroutine operatorhe_pic_vm_3d3v_hs (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 operatorhb_pic_vm_3d3v_hs (self, dt)
 Push H_B: Equations to be solved $M_1 e^{n+1}=M_1 e^n+\Delta t C^\top M_2 b^n$. More...
 
subroutine initialize_pic_vm_3d3v_hs (self, maxwell_solver, particle_mesh_coupling, particle_group, phi_dofs, efield_dofs, bfield_dofs, x_min, Lx, filter, boundary_particles, betar, force_sign, electrostatic, rhob, control_variate, jmean)
 Constructor. More...
 
subroutine delete_pic_vm_3d3v_hs (self)
 Destructor. More...
 
    Report Typos and Errors