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, form, component)
 

Detailed Description

Definition at line 177 of file sll_m_maxwell_3d_base.F90.

Constructor & Destructor Documentation

◆ norm_squared()

real(kind=f64) function norm_squared ( class( sll_c_maxwell_3d_base self,
real(kind=f64), dimension(:)  coefs,
integer(kind=i32)  form,
integer(kind=i32)  component 
)
private
Parameters
selfMaxwell solver object.
coefsValues of the coefficient vectors for each DoF
formSpecify 0,1,2 or 3-form
componentSpecify the component of the form
Returns
Result: squared L2 norm

Definition at line 177 of file sll_m_maxwell_3d_base.F90.

    Report Typos and Errors