[Next] [Up] [Back] [Previous] [Contents]

3.12 DIECH




Calling sequence : CALL DIECH (IDENUM, IETYPE, IGROUP, IRECVR, NSURFS, ISYSTM, IGSYST, IEXIT, IUNT)



Purpose : To enter an element results "constant for element" header for a single element.



Parameters :
  In
  IDENUM   Element identification number (Integer)
  IETYPE   FEMVIEW element type number (Integer)
  IGROUP   Element group number (Integer)
  IRECVR   Record variant identification number (Integer)
  NSURFS   Number of surfaces for which results are to be entered (Integer)
  ISYSTM   Axis system indicator (Integer)

0 Results are expressed in the global system


  IGSYST   Not currently used (set to zero internally) (Integer)
  IUNT     Temporary file channel number (Integer)
  Out
  IEXIT     Error condition

Use : This routine is used to enter an element results, constant for element, header record. For each element; routine DIECH is called once only, and routine DIECR is called once for each surface to enter the results.

The three types of element wise results cannot be mixed within a dataset.




It is not necessary to enter results for every element.



Element results must be entered in the same order as the element topology data was entered.





Errors : The error condition is indicated by the value of IEXIT.


IEXIT Meaning

0   Successful Call
32   Current error must be cleared up first
129   Error in writing to temporary file on unit (iunt)
141   Id numbers cannot be less than 1
143   Id above 99999 not allowed for 5 digit character file
158   More repeats expected for previous element
165   Results headers have not been completed
166   Cannot enter results, current results type is : (IRTYPE)
177   Invalid local axis system indicator
211   Invalid temporary file unit number (iunt)



[Next] [Up] [Back] [Previous] [Contents]