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_electric_field_accumulator_cs Type Reference
Collaboration diagram for sll_t_electric_field_accumulator_cs:

Private Attributes

type(sll_t_cartesian_mesh_2d), pointer mesh
 
type(sll_t_field_accumulator_cs), dimension(:), pointer e_acc
 

Detailed Description

Definition at line 170 of file sll_m_accumulators.F90.

Member Data Documentation

◆ e_acc

type(sll_t_field_accumulator_cs), dimension(:), pointer e_acc
private

Definition at line 172 of file sll_m_accumulators.F90.

◆ mesh

type(sll_t_cartesian_mesh_2d), pointer mesh
private

Definition at line 171 of file sll_m_accumulators.F90.

    Report Typos and Errors