Implements the adjoint_minimum_dissipation_source_term_t type.  
◆ adjoint_minimum_dissipation_source_term_init_from_json()
      
        
          | subroutine adjoint_minimum_dissipation_source_term::adjoint_minimum_dissipation_source_term_init_from_json  | 
          ( | 
          class(adjoint_minimum_dissipation_source_term_t), intent(inout)  | 
          this,  | 
        
        
           | 
           | 
          type(json_file), intent(inout)  | 
          json,  | 
        
        
           | 
           | 
          type(field_list_t), intent(in), target  | 
          fields,  | 
        
        
           | 
           | 
          type(coef_t), intent(in), target  | 
          coef,  | 
        
        
           | 
           | 
          character(len=*), intent(in)  | 
          variable_name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
- Parameters
 - 
  
    | json | The JSON object for the source.  | 
    | this | The source term.  | 
    | fields | A list of fields for adding the source values.  | 
    | coef | The SEM coeffs.  | 
    | variable_name | The name of the variable where the source term acts.  | 
  
   
Definition at line 107 of file adjoint_minimum_dissipation_source_term.f90.