My Project
programmer's documentation
Functions/Subroutines
dvvpst.f90 File Reference

Standard output of variables on post-processing meshes (called after cs_user_extra_operations). More...

Functions/Subroutines

subroutine dvvpst (nummai, numtyp, nvar, ncelps, nfbrps, lstcel, lstfbr, tracel, trafbr)
 

Detailed Description

Standard output of variables on post-processing meshes (called after cs_user_extra_operations).

Function/Subroutine Documentation

◆ dvvpst()

subroutine dvvpst ( integer  nummai,
integer  numtyp,
integer  nvar,
integer  ncelps,
integer  nfbrps,
integer, dimension(ncelps lstcel,
integer, dimension(nfbrps lstfbr,
double precision, dimension(ncelps*3)  tracel,
double precision, dimension(nfbrps*3)  trafbr 
)
Parameters
[in]nummaipost-processing mesh number
[in]numtyppost-processing type number
  • -1: volume
  • -2: edge
  • default: nummai
[in]nvartotal number of variables
[in]ncelpspost-processing mesh cells number
[in]nfbrpsnumber of boundary faces
[in]lstcelpost-processing mesh cell numbers
[in]lstfbrpost-processing mesh boundary faces numbers
[in,out]tracelpost processing cell real values
[in,out]trafbrpost processing boundary faces real values