Definition at line 78 of file sll_m_pic_poisson_base.F90.
◆ eval_component_single()
subroutine eval_component_single |
( |
class (sll_c_pic_poisson), intent(inout) |
self, |
|
|
real(kind=f64), dimension(self%dim), intent(in) |
position, |
|
|
integer(kind=i32), dimension(:), intent(in) |
components, |
|
|
real(kind=f64), dimension(:), intent(out) |
func_value |
|
) |
| |
|
private |
- Parameters
-
[in,out] | self | Pic Poisson solver object |
[in] | position | Position of the particle |
[in] | components | Components of the field to be computed |
[out] | func_value | Value(s) of the electric fields at given position |
Definition at line 78 of file sll_m_pic_poisson_base.F90.