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
norm_squared Interface Reference

Private Member Functions

real(kind=f64) function norm_squared (self, coefs_dofs, degree)
 

Detailed Description

Definition at line 91 of file sll_m_maxwell_1d_base.F90.

Constructor & Destructor Documentation

◆ norm_squared()

real(kind=f64) function norm_squared ( class( sll_c_maxwell_1d_base self,
real(kind=f64), dimension(:)  coefs_dofs,
integer(kind=i32)  degree 
)
private
Parameters
selfMaxwell solver object.
coefs_dofsValues of the coefficient vectors for each DoF
degreeDegree of the basis function used for whcih the DoF-coefficients are given.

Definition at line 91 of file sll_m_maxwell_1d_base.F90.

    Report Typos and Errors