|
subroutine | add_single (self, position, marker_charge, rho_dofs) |
|
◆ add_single()
subroutine add_single |
( |
class (sll_c_particle_mesh_coupling_1d), intent(inout) |
self, |
|
|
real(kind=f64), dimension(self%dim), intent(in) |
position, |
|
|
real(kind=f64), intent(in) |
marker_charge, |
|
|
real(kind=f64), dimension(self%n_dofs), intent(inout) |
rho_dofs |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Kernel smoother object |
[in] | position | Position of the particle |
[in] | marker_charge | Particle weight times charge |
[in,out] | rho_dofs | Coefficient vector of the charge distribution |
Definition at line 50 of file sll_m_particle_mesh_coupling_base_1d.F90.