/
GiD_fFlushPostFile

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)

Related content

How to read postprocess information using GiD
How to read postprocess information using GiD
More like this
GiD_fOpenPostResultFile
GiD_fOpenPostResultFile
More like this
Introduction
Introduction
More like this
GiD_fBeginOnMeshGroup
GiD_fBeginOnMeshGroup
More like this
GiD_fEndOnMeshGroup
GiD_fEndOnMeshGroup
More like this
GiD_fWriteResultsBlock (array of result values)
GiD_fWriteResultsBlock (array of result values)
More like this

COPYRIGHT © 2022 · GID · CIMNE