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_2d Type Reference
Collaboration diagram for sll_t_charge_accumulator_2d:

Private Attributes

type(sll_t_cartesian_mesh_2d), pointer mesh
 
type(sll_t_charge_accumulator_cell_2d), dimension(:), pointer q_acc
 

Detailed Description

Definition at line 92 of file sll_m_accumulators.F90.

Member Data Documentation

◆ mesh

type(sll_t_cartesian_mesh_2d), pointer mesh
private

Definition at line 93 of file sll_m_accumulators.F90.

◆ q_acc

type(sll_t_charge_accumulator_cell_2d), dimension(:), pointer q_acc
private

Definition at line 94 of file sll_m_accumulators.F90.

    Report Typos and Errors