GiD - The personal pre and post processor

GiD_fBeginMeshGroup

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

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

FORTRAN

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


COPYRIGHT © 2022 · GID · CIMNE