|
subroutine | add_current (self, position_old, position_new, xdot, j_dofs) |
|
◆ add_current()
subroutine add_current |
( |
class (sll_c_particle_mesh_coupling_3d), intent(inout) |
self, |
|
|
real(kind=f64), dimension(3), intent(in) |
position_old, |
|
|
real(kind=f64), dimension(3), intent(in) |
position_new, |
|
|
real(kind=f64), dimension(3), intent(in) |
xdot, |
|
|
real(kind=f64), dimension(:), intent(inout) |
j_dofs |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Kernel smoother object |
[in] | position_old | Position of the particle |
[in] | position_new | Position of the particle |
[in] | xdot | Particle weight times charge times velocity |
[in,out] | j_dofs | Coefficient vector of the charge distribution |
Definition at line 125 of file sll_m_particle_mesh_coupling_base_3d.F90.