|
subroutine | add_single (self, position, marker_charge, degree, rho_dofs) |
|
◆ add_single()
subroutine add_single |
( |
class (sll_c_particle_mesh_coupling_3d), intent(inout) |
self, |
|
|
real(kind=f64), dimension(3), intent(in) |
position, |
|
|
real(kind=f64), intent(in) |
marker_charge, |
|
|
integer(kind=i32), dimension(3), intent(in) |
degree, |
|
|
real(kind=f64), dimension(:), intent(inout) |
rho_dofs |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Kernel smoother object |
[in] | position | Position of the particle |
[in] | marker_charge | Particle weights time charge |
[in] | degree | Spline degree along each dimension |
Definition at line 57 of file sll_m_particle_mesh_coupling_base_3d.F90.