GiD - The personal pre and post processor
GiD_fBeginOnMeshGroup
int GiD_fBeginOnMeshGroup(GiD_FILE fd, char * Name);
Description:
Results which are referred to a mesh group (see GiD_fBeginMeshGroup) should be written between a call to this function and GiD_fEndOnMeshGroup.
Parameters:
GiD_FILE fd the file descriptor
char* Name
Name of the mesh group where the results will be specified. This group must be previously defined in a call to GiD_fBeginMeshGroup.
Example:
C/C++
GiD_fBeginOnMeshGroup(fd,"steps 1, 2, 3 and 4" );
FORTRAN
CALL GID_FBEGINONMESHGROUP(fd,"steps 1, 2, 3 and 4" )
COPYRIGHT © 2022 · GID · CIMNE