This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine)  
More...
This function is called at the end of each time step, and has a very general purpose (i.e. anything that does not have another dedicated user subroutine) 
      
        
          | subroutine cs_user_extra_operations | ( | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | double precision, dimension(ncelet) | dt, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtpa, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in] | dt | time step (per cell) |  | [in] | rtp,rtpa | calculated variables at cell centers (at current and previous time steps) |  | [in] | propce | physical properties at cell centers |