Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_charge_to_density Module Reference

Functions/Subroutines

subroutine, public sll_s_convert_charge_to_rho_2d_per_per (charge, rho)
 
subroutine, public sll_s_convert_charge_to_rho_2d_per_per_cs (charge, rho)
 
subroutine, public sll_s_accumulate_field (E1, E2, E_accumulator)
 
subroutine, public sll_s_accumulate_field_cs (E1, E2, E_accumulator)
 

Function/Subroutine Documentation

◆ sll_s_accumulate_field()

subroutine, public sll_m_charge_to_density::sll_s_accumulate_field ( real(kind=f64), dimension(:, :), intent(in)  E1,
real(kind=f64), dimension(:, :), intent(in)  E2,
type(sll_t_electric_field_accumulator), intent(out)  E_accumulator 
)

Definition at line 189 of file sll_m_charge_to_density.F90.

◆ sll_s_accumulate_field_cs()

subroutine, public sll_m_charge_to_density::sll_s_accumulate_field_cs ( real(kind=f64), dimension(:, :), intent(in)  E1,
real(kind=f64), dimension(:, :), intent(in)  E2,
type(sll_t_electric_field_accumulator_cs), intent(out)  E_accumulator 
)

Definition at line 213 of file sll_m_charge_to_density.F90.

◆ sll_s_convert_charge_to_rho_2d_per_per()

subroutine, public sll_m_charge_to_density::sll_s_convert_charge_to_rho_2d_per_per ( type(sll_t_charge_accumulator_2d charge,
real(kind=f64), dimension(:, :), intent(out)  rho 
)

Definition at line 43 of file sll_m_charge_to_density.F90.

◆ sll_s_convert_charge_to_rho_2d_per_per_cs()

subroutine, public sll_m_charge_to_density::sll_s_convert_charge_to_rho_2d_per_per_cs ( type(sll_t_charge_accumulator_2d_cs charge,
real(kind=f64), dimension(:, :), intent(out)  rho 
)

Definition at line 110 of file sll_m_charge_to_density.F90.

    Report Typos and Errors