Versions Compared

Key

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

int GiD_fBeginMeshGroup( GiD_FILE fd, const char* Name );

Description:This function open a group of mesh. This enable specifying multiples meshes withing the group.


Parameters:
GiD_FILE fd the file descriptor
char* Name
Name of the group. This name can be used later when givin the set of results that apply to this group, see GiD_fBeginOnMeshGroup.


Example:
C/C++

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

FORTRAN

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