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_single Interface Reference

Private Member Functions

subroutine eval_single (self, position, degree, field_dofs, field_value)
 

Detailed Description

Definition at line 99 of file sll_m_particle_mesh_coupling_base_3d.F90.

Constructor & Destructor Documentation

◆ eval_single()

subroutine eval_single ( class (sll_c_particle_mesh_coupling_3d), intent(inout)  self,
real(kind=f64), dimension(3), intent(in)  position,
integer(kind=i32), dimension(3), intent(in)  degree,
real(kind=f64), dimension(:), intent(in)  field_dofs,
real(kind=f64), intent(out)  field_value 
)
private
Parameters
[in,out]selfKernel smoother object
[in]positionPosition of the particle
[in]degreeSpline degree of the various components
[in]field_dofsCoefficient vector for the field DoFs
[out]field_valueValue(s) of the fields at given position

Definition at line 99 of file sll_m_particle_mesh_coupling_base_3d.F90.

    Report Typos and Errors