Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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++

Code Block
GiD_fBeginOnMeshGroup(fd,"steps 1, 2, 3 and 4" );

FORTRAN

Code Block
CALL GID_FBEGINONMESHGROUP(fd,"steps 1, 2, 3 and 4" )