Standard output of variables on post-processing meshes (called after cs_user_extra_operations).
More...
|
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).
◆ 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] | nummai | post-processing mesh number |
[in] | numtyp | post-processing type number
- -1: volume
- -2: edge
- default: nummai
|
[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 |