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

Private Member Functions

subroutine signature_mass (self, in, out, degree)
 

Detailed Description

Definition at line 104 of file sll_m_maxwell_1d_base.F90.

Constructor & Destructor Documentation

◆ signature_mass()

subroutine signature_mass ( class( sll_c_maxwell_1d_base), intent(inout)  self,
real(kind=f64), dimension(:), intent(in)  in,
real(kind=f64), dimension(:), intent(out)  out,
integer(kind=i32), intent(in)  degree 
)
private
Parameters
[in,out]selfMaxwell solver object.
[in]inValues of the coefficient vectors for each DoF
[out]outValues of the coefficient vectors for each DoF
[in]degreeDegree of the basis function used for whcih the DoF-coefficients are given.

Definition at line 104 of file sll_m_maxwell_1d_base.F90.

    Report Typos and Errors