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

Private Attributes

real(kind=f64) q_im1j
 
real(kind=f64) q_ij
 
real(kind=f64) q_ip1j
 
real(kind=f64) q_ip2j
 
real(kind=f64) q_im1jm1
 
real(kind=f64) q_ijm1
 
real(kind=f64) q_ip1jm1
 
real(kind=f64) q_ip2jm1
 
real(kind=f64) q_im1jp1
 
real(kind=f64) q_ijp1
 
real(kind=f64) q_ip1jp1
 
real(kind=f64) q_ip2jp1
 
real(kind=f64) q_im1jp2
 
real(kind=f64) q_ijp2
 
real(kind=f64) q_ip1jp2
 
real(kind=f64) q_ip2jp2
 

Detailed Description

Definition at line 101 of file sll_m_accumulators.F90.

Member Data Documentation

◆ q_ij

real(kind=f64) q_ij
private

Definition at line 103 of file sll_m_accumulators.F90.

◆ q_ijm1

real(kind=f64) q_ijm1
private

Definition at line 108 of file sll_m_accumulators.F90.

◆ q_ijp1

real(kind=f64) q_ijp1
private

Definition at line 113 of file sll_m_accumulators.F90.

◆ q_ijp2

real(kind=f64) q_ijp2
private

Definition at line 118 of file sll_m_accumulators.F90.

◆ q_im1j

real(kind=f64) q_im1j
private

Definition at line 102 of file sll_m_accumulators.F90.

◆ q_im1jm1

real(kind=f64) q_im1jm1
private

Definition at line 107 of file sll_m_accumulators.F90.

◆ q_im1jp1

real(kind=f64) q_im1jp1
private

Definition at line 112 of file sll_m_accumulators.F90.

◆ q_im1jp2

real(kind=f64) q_im1jp2
private

Definition at line 117 of file sll_m_accumulators.F90.

◆ q_ip1j

real(kind=f64) q_ip1j
private

Definition at line 104 of file sll_m_accumulators.F90.

◆ q_ip1jm1

real(kind=f64) q_ip1jm1
private

Definition at line 109 of file sll_m_accumulators.F90.

◆ q_ip1jp1

real(kind=f64) q_ip1jp1
private

Definition at line 114 of file sll_m_accumulators.F90.

◆ q_ip1jp2

real(kind=f64) q_ip1jp2
private

Definition at line 119 of file sll_m_accumulators.F90.

◆ q_ip2j

real(kind=f64) q_ip2j
private

Definition at line 105 of file sll_m_accumulators.F90.

◆ q_ip2jm1

real(kind=f64) q_ip2jm1
private

Definition at line 110 of file sll_m_accumulators.F90.

◆ q_ip2jp1

real(kind=f64) q_ip2jp1
private

Definition at line 115 of file sll_m_accumulators.F90.

◆ q_ip2jp2

real(kind=f64) q_ip2jp2
private

Definition at line 120 of file sll_m_accumulators.F90.

    Report Typos and Errors