Versions Compared

Key

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

...


Parameters:
GiD_FILE fd the file descriptor
char* Result
a name for the Result, which will be used for menus.
char* Analysis
the name of the analysis of this Result, which will be used for menus.
double step
the value of the time step inside the analysis "analysis name".
(for multiple steps results)
GiD_ResultType Type
The type of defined result:
GiD_Scalar = 0,
GiD_Vector,
GiD_Matrix,
GiD_PlainDeformationMatrix,
GiD_MainMatrix,
GiD_LocalAxes,
GiD_ComplexScalar,
GiD_ComplexVector,
GiD_ComplexMatrix
GiD_ResultLocation

Where
The the location of the resultsGiD

   GiD_OnNodes=0

GiD   GiD_OnGaussPoints=1

   GiD_OnNurbsLine=2

   GiD_OnNurbsSurface=3

char* GaussPointsName
If Where is GiD_OnGaussPoints a "location name" (predefined in GiD_BeginGaussPoint) should be entered.

...