int GiD_fEndMesh(GiD_FILE fd);
Description: End the current mesh.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_FEndMesh(fd); |
FORTRAN
Code Block |
---|
CALL GID_ENDMESH(fd) |
int GiD_fEndMesh(GiD_FILE fd);
Description: End the current mesh.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_FEndMesh(fd); |
FORTRAN
Code Block |
---|
CALL GID_ENDMESH(fd) |