int GiD_fEndGaussPoint(GiD_FILE fd);
Description: End current Gauss Points definition
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndGaussPoint(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDGAUSSPOINT(fd) |
int GiD_fEndGaussPoint(GiD_FILE fd);
Description: End current Gauss Points definition
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndGaussPoint(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDGAUSSPOINT(fd) |