Implements the scalar_source_term_t type.  
◆ scalar_init_user_source()
- Parameters
 - 
  
    | source_term | The allocatable source term to be initialized to a user.  | 
    | rhs_fields | The field list with the right-hand-side.  | 
    | coef | The SEM coefs. "user_poinwise".  | 
    | user | The user type containing the user source term routines.  | 
    | scheme_name | The name of the scalar scheme that owns this source term.  | 
  
   
Definition at line 85 of file scalar_source_term.f90.
 
 
◆ scalar_source_term_init()
      
        
          | subroutine scalar_source_term::scalar_source_term_init  | 
          ( | 
          class(scalar_source_term_t), intent(inout)  | 
          this,  | 
        
        
           | 
           | 
          type(field_t), intent(in), pointer  | 
          f,  | 
        
        
           | 
           | 
          type(coef_t), intent(in), target  | 
          coef,  | 
        
        
           | 
           | 
          type(user_t), intent(in), target  | 
          user,  | 
        
        
           | 
           | 
          character(len=*), intent(in)  | 
          scheme_name  | 
        
        
           | 
          ) | 
           |  |