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

Private Member Functions

real(kind=f64) function signature_inner_product (self, coefs1_dofs, coefs2_dofs, degree, degree2)
 

Detailed Description

Definition at line 119 of file sll_m_maxwell_1d_base.F90.

Constructor & Destructor Documentation

◆ signature_inner_product()

real(kind=f64) function signature_inner_product ( class( sll_c_maxwell_1d_base self,
real(kind=f64), dimension(:)  coefs1_dofs,
real(kind=f64), dimension(:)  coefs2_dofs,
integer(kind=i32)  degree,
integer(kind=i32), optional  degree2 
)
private
Parameters
selfMaxwell solver object.
coefs1_dofsValues of the coefficient vectors for each DoF
coefs2_dofsValues of the coefficient vectors for each Do
degreeDegree of the basis function used for which the DoF-coefficients are given.
degree2Degree of the basis function used for which the second DoF-coefficients are given (if not present same as degree).

Definition at line 119 of file sll_m_maxwell_1d_base.F90.

    Report Typos and Errors