Versions Compared

Key

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

int GiD_fBeginCoordinates(GiD_FILE fd);


Description: Start a coordinate block in the current mesh. All nodes
coordinates must be written between a to this function and GiD_fEndCoordinates().


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fBeginCoordinates(fd);

FORTRAN

Code Block
CALL GID_FBEGINCOORDINATES(fd)