GiD_fOpenPostMeshFile

GiD - The personal pre and post processor

GiD_fOpenPostMeshFile

GiD_FILE GiD_fOpenPostMeshFile(const char * FileName,GiD_PostMode Mode );

GiD_FILE GiD_fOpenPostMeshFile_utf8(const char * FileName,GiD_PostMode Mode );


Description: Open a new post mesh file, and return its file handler.


Parameters:
char* FileName:  name of the mesh file (*.post.msh),

Note: the function _utf8 expects the name utf-8 encoded (more robust in different languages)
GiD_PostMode Mode
GiD_PostAscii=0 for ascii output
GiD_PostAsciiZipped=1 for compressed ascii output
GiD_PostBinary=2 for compressed binary output
GiD_PostHDF5=3 for HDF5 output (the library must be compiled with HDF5 support)
GiD_FILE and unsigned int that identify the channel.


Example:
C/C++

fd=GiD_fOpenPostMeshFile( "testpost.post.msh", GiD_PostAscii);

FORTRAN

fd=GID_FOPENPOSTMESHFILE('testpost.post.msh',0)

COPYRIGHT © 2022 · GID · CIMNE