#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
subroutine | strang_splitting_pic_vm_1d2v_ecsim2o (self, dt, number_steps) |
| Finalization. More...
|
|
subroutine | lie_splitting_pic_vm_1d2v_ecsim2o (self, dt, number_steps) |
| Lie splitting. More...
|
|
subroutine | lie_splitting_back_pic_vm_1d2v_ecsim2o (self, dt, number_steps) |
| Lie splitting. More...
|
|
subroutine | advect_x_pic_vm_1d2v_ecsim2o (self, dt) |
|
subroutine | advect_eb_pic_vm_1d2v_ecsim2o (self, dt) |
|
subroutine | advect_ev_pic_vm_1d2v_ecsim2o (self, dt) |
|
subroutine | add_particle_mass_mixed_spline_1d (self, kernel_smoother, degree1, degree2, position, marker_charge, particle_mass) |
| Add charge of one particle for splines of different degrees. More...
|
|
subroutine | righthandside_eb (self, dt, rhs) |
| calculation of the righthandside of the system of maxwellequations More...
|
|
subroutine | righthandside_ev (self, dt, rhs) |
| calculation of the righthandside of the system of maxwellequations More...
|
|
subroutine | initialize_pic_vm_1d2v_ecsim2o (self, kernel_smoother_0, kernel_smoother_1, particle_group, efield_dofs, bfield_dofs, x_min, Lx, solver_tolerance) |
| Constructor. More...
|
|
subroutine | delete_pic_vm_1d2v_ecsim2o (self) |
| Destructor. More...
|
|