Standard output of variables on post-processing meshes (called after cs_user_extra_operations).  
More...
|  | 
| subroutine | dvvpst (nummai, numtyp, nvar, nscal, nvlsta, nvisbr, ncelps, nfbrps, lstcel, lstfbr, rtp, propce, tracel, trafbr) | 
|  | 
Standard output of variables on post-processing meshes (called after cs_user_extra_operations). 
      
        
          | subroutine dvvpst | ( | integer | nummai, | 
        
          |  |  | integer | numtyp, | 
        
          |  |  | integer | nvar, | 
        
          |  |  | integer | nscal, | 
        
          |  |  | integer | nvlsta, | 
        
          |  |  | integer | nvisbr, | 
        
          |  |  | integer | ncelps, | 
        
          |  |  | integer | nfbrps, | 
        
          |  |  | integer, dimension(ncelps) | lstcel, | 
        
          |  |  | integer, dimension(nfbrps) | lstfbr, | 
        
          |  |  | double precision, dimension(ncelet,*) | rtp, | 
        
          |  |  | double precision, dimension(ncelet,*) | propce, | 
        
          |  |  | double precision, dimension(ncelps*3) | tracel, | 
        
          |  |  | double precision, dimension(nfbrps*3) | trafbr | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | nummai | post-processing mesh number |  | [in] | numtyp | post-processing type number 
-1: volume-2: edgedefault: nummai  |  | [in] | nvar | total number of variables |  | [in] | nscal | total number of scalars |  | [in] | nvlsta | number of volumetric statistical variables |  | [in] | nvisbr | number of boundary statistical variables |  | [in] | ncelps | post-processing mesh cells number |  | [in] | nfbrps | number of boundary faces |  | [in] | lstcel | post-processing mesh cell numbers |  | [in] | lstfbr | post-processing mesh boundary faces numbers |  | [in] | propce | physical properties at cell centers |  | [in,out] | tracel | post processing cell real values |  | [in,out] | trafbr | post processing boundary faces real values |