Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_charge_accumulator_cell_2d Type Reference
Collaboration diagram for sll_t_charge_accumulator_cell_2d:

Private Attributes

real(kind=f64) q_sw
 
real(kind=f64) q_se
 
real(kind=f64) q_nw
 
real(kind=f64) q_ne
 

Detailed Description

Definition at line 85 of file sll_m_accumulators.F90.

Member Data Documentation

◆ q_ne

real(kind=f64) q_ne
private

Definition at line 89 of file sll_m_accumulators.F90.

◆ q_nw

real(kind=f64) q_nw
private

Definition at line 88 of file sll_m_accumulators.F90.

◆ q_se

real(kind=f64) q_se
private

Definition at line 87 of file sll_m_accumulators.F90.

◆ q_sw

real(kind=f64) q_sw
private

Definition at line 86 of file sll_m_accumulators.F90.

    Report Typos and Errors