GiD - The personal pre and post processor
GiD_fFlushPostFile
int GiD_fFlushPostFile(GiD_FILE fd);
Description:Â
Flushes all pending output into the post-process file. This function should be called when necessary (particularly with GiD_PostAsciiZipped or GiD_PostBinary formats) and with caution as it impacts the performance of the whole program.
It is suggested to be called between Analysis Steps, to ensure all results of the calculated step are written to disk.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
GiD_fFlushPostFile(fd);
FORTRAN
CALL GID_FFLUSHPOSTFILE(fd)
COPYRIGHT © 2022 · GID · CIMNE