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

Private Member Functions

real(kind=f64) function compute_energy (self, component)
 

Detailed Description

Definition at line 100 of file sll_m_pic_poisson_base.F90.

Constructor & Destructor Documentation

◆ compute_energy()

real(kind=f64) function compute_energy ( class (sll_c_pic_poisson), intent(in)  self,
integer(kind=i32), intent(in)  component 
)
private
Parameters
[in]selfPIC Poisson solver object
[in]componentComponent of the electric field for which the energy should be computed
Returns
L2 norm squarred of

Definition at line 100 of file sll_m_pic_poisson_base.F90.

    Report Typos and Errors