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

Private Member Functions

subroutine update_dofs_function (self, func, degree, coefs_dofs)
 

Detailed Description

Definition at line 144 of file sll_m_maxwell_1d_base.F90.

Constructor & Destructor Documentation

◆ update_dofs_function()

subroutine update_dofs_function ( class( sll_c_maxwell_1d_base self,
procedure(sll_i_function_1d_real64 func,
intent(in)  degree,
dimension(:), intent(out)  coefs_dofs 
)
private
Parameters
selfMaxwell solver object.
funcFunction to be projected.

Definition at line 144 of file sll_m_maxwell_1d_base.F90.

    Report Typos and Errors