|
subroutine | add_current (self, position_old, position_new, marker_charge, j_dofs) |
|
◆ add_current()
subroutine add_current |
( |
class (sll_c_particle_mesh_coupling_1d), intent(inout) |
self, |
|
|
real(kind=f64), dimension(self%dim), intent(in) |
position_old, |
|
|
real(kind=f64), dimension(self%dim), intent(in) |
position_new, |
|
|
real(kind=f64), intent(in) |
marker_charge, |
|
|
real(kind=f64), dimension(self%n_dofs), 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] | marker_charge | Particle weight times charge |
[in,out] | j_dofs | Coefficient vector of the charge distribution |
Definition at line 101 of file sll_m_particle_mesh_coupling_base_1d.F90.