/
GiD_fWriteGaussPoint
GiD - The personal pre and post processor
GiD_fWriteGaussPoint
int GiD_fWriteGaussPoint3D(GiD_FILE fd, double x, double y, double z);
int GiD_fWriteGaussPoint2D(GiD_FILE fd, double x, double y);
Description: Write internal gauss point local coordinates (only required if InternalCoord=0)
Parameters:
GiD_FILE fd the file descriptor
double x,double y,double z
Cartesian gauss points local coordinates
Example:
C/C++
double x=3.5; double y=-7; GiD_fWriteGaussPoint2D(fd,double x,double y);
FORTRAN
REAL*8 x, y rx=3.5 ry=-7 CALL GID_FWRITEGAUSSPOINT2D(fd,x,y)
, multiple selections available,
Related content
GiD_fWriteCoordinates
GiD_fWriteCoordinates
More like this
GiD_fBeginGaussPoint
GiD_fBeginGaussPoint
More like this
GiD_fWriteCoordinatesBlock (array of coordinates)
GiD_fWriteCoordinatesBlock (array of coordinates)
More like this
GiD_fBeginCoordinates
GiD_fBeginCoordinates
More like this
LocalAxes
LocalAxes
More like this
GiD_fWriteElement
GiD_fWriteElement
More like this
COPYRIGHT © 2022 · GID · CIMNE