Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
eval_component_single Interface Reference

Private Member Functions

subroutine eval_component_single (self, position, components, func_value)
 

Detailed Description

Definition at line 78 of file sll_m_pic_poisson_base.F90.

Constructor & Destructor Documentation

◆ 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]selfPic Poisson solver object
[in]positionPosition of the particle
[in]componentsComponents of the field to be computed
[out]func_valueValue(s) of the electric fields at given position

Definition at line 78 of file sll_m_pic_poisson_base.F90.

    Report Typos and Errors