GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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" )

  • No labels