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

3.13 DIECR





Calling sequence : CALL DIECR (IDENUM, RESULT, NUMRES, IEXIT, IUNT)



Purpose : To enter element results, "constant for element", data.



Parameters :

In
IDNNUM Element identification number (Integer)
RESULT Result components (Real array)
NUMRES Number of result components in RESULT (Integer)
IUNT Temporary file channel number (Integer)
Out
IEXIT Error condition



Use : This routine is called to enter all of the result components for an element for a particular surface. It is called repeatedly to enter the results for each surface. This routine must be preceded by routine DIECH.

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
159   No more repeats expected for this element
167   This number of components not expected (numres)
198   Cannot enter data, entity header not entered
211   Invalid temporary file unit number (iunt)





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