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

Private Member Functions

subroutine add_current_evaluate (self, position_old, position_new, marker_charge, vbar, field_dofs, j_dofs, field)
 

Detailed Description

Definition at line 115 of file sll_m_particle_mesh_coupling_base_1d.F90.

Constructor & Destructor Documentation

◆ add_current_evaluate()

subroutine add_current_evaluate ( 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), intent(in)  vbar,
real(kind=f64), dimension(self%n_dofs), intent(in)  field_dofs,
real(kind=f64), dimension(self%n_dofs), intent(inout)  j_dofs,
real(kind=f64), intent(out)  field 
)
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]vbarParticle weights time charge
[in]field_dofsCoefficient vector of the current density
[in,out]j_dofsCoefficient vector of the charge distribution
[out]fieldEfield

Definition at line 115 of file sll_m_particle_mesh_coupling_base_1d.F90.

    Report Typos and Errors