My Project
programmer's documentation
|
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) |
Standard output of variables on post-processing meshes (called after cs_user_extra_operations).
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 | ||
) |
[in] | nummai | post-processing mesh number |
[in] | numtyp | post-processing type number
|
[in] | nvar | total number of 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,out] | tracel | post processing cell real values |
[in,out] | trafbr | post processing boundary faces real values |