|
subroutine | add_array (self, position, marker_charge, particle_mass) |
|
◆ add_array()
subroutine add_array |
( |
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(:, :), intent(inout) |
particle_mass |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Kernel smoother object |
[in] | position | Position of the particle |
[in] | marker_charge | Particle weight times charge |
[in,out] | particle_mass | Coefficient vector of the charge distribution |
Definition at line 63 of file sll_m_particle_mesh_coupling_base_1d.F90.