Versions Compared

Key

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

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)