![]() |
programmer's documentation
|
Output additional variables on a postprocessing mesh. More...
Functions/Subroutines | |
subroutine | usvpst (ipart, nvar, nscal, nvlsta, ncelps, nfacps, nfbrps, itypps, lstcel, lstfac, lstfbr) |
Output additional variables on a postprocessing mesh.
Several "automatic" postprocessing meshes may be defined:
Additional meshes (cells or faces) may also be defined through the GUI or using the cs_user_postprocess_meshes() function from the cs_user_postprocess.c file.
This subroutine is called once for each post-processing mesh (with a different value of 'ipart') for each time step at which output on this mesh is active.
subroutine usvpst | ( | integer | ipart, |
integer | nvar, | ||
integer | nscal, | ||
integer | nvlsta, | ||
integer | ncelps, | ||
integer | nfacps, | ||
integer | nfbrps, | ||
integer, dimension(3) | itypps, | ||
integer, dimension(ncelps) | lstcel, | ||
integer, dimension(nfacps) | lstfac, | ||
integer, dimension(nfbrps) | lstfbr | ||
) |
[in] | ipart | number of the post-processing mesh (< 0 or > 0) |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | nvlsta | number of Lagrangian statistical variables |
[in] | ncelps | number of cells in post-processing mesh |
[in] | nfacps | number of interior faces in post-process. mesh |
[in] | nfbrps | number of boundary faces in post-process. mesh |
[in] | itypps | global presence flag (0 or 1) for cells (1), interior faces (2), or boundary faces (3) in post-processing mesh |
[in] | lstcel | list of cells in post-processing mesh |
[in] | lstfac | list of interior faces in post-processing mesh |
[in] | lstfbr | list of boundary faces in post-processing mesh |