int GiD_fFlushPostFile(GiD_FILE fd);
Description: Flushes all pending output into the postprocess file. This
function should be called only when strictly necessary when writing in
GiD_PostAsciiZipped or GiD_PostBinary modes because it can degrade compression.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
GiD_fFlushPostFile(fd);
FORTRAN
CALL GID_FFLUSHPOSTFILE(fd)
GiD - The personal pre and post processor
General
Content
Integrations