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

Private Member Functions

subroutine add_current (self, position_old, position_new, marker_charge, j_dofs)
 

Detailed Description

Definition at line 101 of file sll_m_particle_mesh_coupling_base_1d.F90.

Constructor & Destructor Documentation

◆ add_current()

subroutine add_current ( class (sll_c_particle_mesh_coupling_1d), intent(inout)  self,
real(kind=f64), dimension(self%dim), intent(in)  position_old,
real(kind=f64), dimension(self%dim), intent(in)  position_new,
real(kind=f64), intent(in)  marker_charge,
real(kind=f64), dimension(self%n_dofs), intent(inout)  j_dofs 
)
private
Parameters
[in,out]selfKernel smoother object
[in]position_oldPosition of the particle
[in]position_newPosition of the particle
[in]marker_chargeParticle weight times charge
[in,out]j_dofsCoefficient vector of the charge distribution

Definition at line 101 of file sll_m_particle_mesh_coupling_base_1d.F90.

    Report Typos and Errors