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

Private Member Functions

subroutine add_single (self, position, marker_charge, rho_dofs)
 

Detailed Description

Definition at line 50 of file sll_m_particle_mesh_coupling_base_1d.F90.

Constructor & Destructor Documentation

◆ add_single()

subroutine add_single ( class (sll_c_particle_mesh_coupling_1d), intent(inout)  self,
real(kind=f64), dimension(self%dim), intent(in)  position,
real(kind=f64), intent(in)  marker_charge,
real(kind=f64), dimension(self%n_dofs), intent(inout)  rho_dofs 
)
private
Parameters
[in,out]selfKernel smoother object
[in]positionPosition of the particle
[in]marker_chargeParticle weight times charge
[in,out]rho_dofsCoefficient vector of the charge distribution

Definition at line 50 of file sll_m_particle_mesh_coupling_base_1d.F90.

    Report Typos and Errors