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

type used to enforce some conservation properties in the sampling – (there may be more than just one scalar) More...

Collaboration diagram for sll_t_conservative_sampling_params:

Private Member Functions

procedure set_total_charge
 

Private Attributes

real(kind=f64) total_charge
 total charge to be conserved More...
 

Detailed Description

type used to enforce some conservation properties in the sampling – (there may be more than just one scalar)

Definition at line 56 of file sll_m_particle_sampling_interface.F90.

Member Function/Subroutine Documentation

◆ set_total_charge()

procedure set_total_charge
private

Definition at line 59 of file sll_m_particle_sampling_interface.F90.

Member Data Documentation

◆ total_charge

real(kind=f64) total_charge
private

total charge to be conserved

Definition at line 57 of file sll_m_particle_sampling_interface.F90.

    Report Typos and Errors