Abstract interface to initialize a scalar formulation.  
 More...
 | 
| subroutine  | scalar_scheme_init_intrf (this, msh, coef, gs, params, user, ulag, vlag, wlag, time_scheme, rho) | 
|   | 
Definition at line 182 of file scalar_scheme.f90.
 
◆ scalar_scheme_init_intrf()
  
  
      
        
          | subroutine scalar_scheme::scalar_scheme_init_intrf::scalar_scheme_init_intrf  | 
          ( | 
          class(scalar_scheme_t), intent(inout), target  | 
          this,  | 
         
        
           | 
           | 
          type(mesh_t), intent(inout), target  | 
          msh,  | 
         
        
           | 
           | 
          type(coef_t), intent(inout), target  | 
          coef,  | 
         
        
           | 
           | 
          type(gs_t), intent(inout), target  | 
          gs,  | 
         
        
           | 
           | 
          type(json_file), intent(inout), target  | 
          params,  | 
         
        
           | 
           | 
          type(user_t), intent(in), target  | 
          user,  | 
         
        
           | 
           | 
          type(field_series_t), intent(in), target  | 
          ulag,  | 
         
        
           | 
           | 
          type(field_series_t), intent(in), target  | 
          vlag,  | 
         
        
           | 
           | 
          type(field_series_t), intent(in), target  | 
          wlag,  | 
         
        
           | 
           | 
          type(time_scheme_controller_t), intent(in), target  | 
          time_scheme,  | 
         
        
           | 
           | 
          real(kind=rp), intent(in)  | 
          rho  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
The documentation for this interface was generated from the following file: