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, xdot, j_dofs)
 

Detailed Description

Definition at line 125 of file sll_m_particle_mesh_coupling_base_3d.F90.

Constructor & Destructor Documentation

◆ add_current()

subroutine add_current ( class (sll_c_particle_mesh_coupling_3d), intent(inout)  self,
real(kind=f64), dimension(3), intent(in)  position_old,
real(kind=f64), dimension(3), intent(in)  position_new,
real(kind=f64), dimension(3), intent(in)  xdot,
real(kind=f64), dimension(:), intent(inout)  j_dofs 
)
private
Parameters
[in,out]selfKernel smoother object
[in]position_oldPosition of the particle
[in]position_newPosition of the particle
[in]xdotParticle weight times charge times velocity
[in,out]j_dofsCoefficient vector of the charge distribution

Definition at line 125 of file sll_m_particle_mesh_coupling_base_3d.F90.

    Report Typos and Errors