|
subroutine | eval_multiple (self, position, components, field_dofs, field_value) |
|
◆ eval_multiple()
subroutine eval_multiple |
( |
class (sll_c_particle_mesh_coupling_3d), intent(inout) |
self, |
|
|
real(kind=f64), dimension(3), intent(in) |
position, |
|
|
integer(kind=i32), dimension(:), intent(in) |
components, |
|
|
real(kind=f64), dimension(:,:), intent(in) |
field_dofs, |
|
|
real(kind=f64), dimension(:), intent(out) |
field_value |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Kernel smoother object |
[in] | position | Position of the particle |
[in] | field_dofs | Coefficient vector for the field DoFs |
[out] | field_value | Value(s) of the electric fields at given position |
Definition at line 112 of file sll_m_particle_mesh_coupling_base_3d.F90.