int GiD_fBeginElements(GiD_FILE fd);
Description:Start a elements block in the current mesh.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fBeginElements(fd); |
FORTRAN
Code Block |
---|
CALL GID_FBEGINELEMENTS(fd) |
int GiD_fBeginElements(GiD_FILE fd);
Description:Start a elements block in the current mesh.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fBeginElements(fd); |
FORTRAN
Code Block |
---|
CALL GID_FBEGINELEMENTS(fd) |