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, form, component, coefs_dofs, func1, func2, func3)
 

Detailed Description

Definition at line 158 of file sll_m_maxwell_3d_base.F90.

Constructor & Destructor Documentation

◆ update_dofs_function()

subroutine update_dofs_function ( class( sll_c_maxwell_3d_base self,
integer(kind=i32), intent(in)  form,
integer(kind=i32), intent(in)  component,
real(kind=f64), dimension(:), intent(out)  coefs_dofs,
procedure(sll_i_function_3d_real64 func1,
procedure(sll_i_function_3d_real64), optional  func2,
procedure(sll_i_function_3d_real64), optional  func3 
)
private
Parameters
selfMaxwell solver object.
[in]formSpecify if the function is a0,1,2 or 3-form
[in]componentSpecify the component of the function
[out]coefs_dofsCoefficients of the projection.
func1Function to be projected.
func2Function to be projected.
func3Function to be projected.

Definition at line 158 of file sll_m_maxwell_3d_base.F90.

    Report Typos and Errors