Definition at line 158 of file sll_m_maxwell_3d_base.F90.
 
◆ 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
- 
  
    |  | self | Maxwell solver object. |  | [in] | form | Specify if the function is a0,1,2 or 3-form |  | [in] | component | Specify the component of the function |  | [out] | coefs_dofs | Coefficients of the projection. |  |  | func1 | Function to be projected. |  |  | func2 | Function to be projected. |  |  | func3 | Function to be projected. |  
 
Definition at line 158 of file sll_m_maxwell_3d_base.F90.