FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns the length of the work arrays needed by an element. More...
Public Member Functions | |
subroutine | fi_ude0 (eId, eType, nenod, nedof, niwork, nrwork) |
Returns the length of the work arrays needed by an element.
[in] | eId | Unique id identifying this element instance |
[in] | eType | Unique id identifying the element type |
[in] | nenod | Number of nodes in the element |
[in] | nedof | Number of degrees of freedom in the element |
[out] | niwork | Required size of the integer work area |
[out] | nrwork | Required size of the double precision work area |
subroutine fiuserelminterface::Fi_UDE0::fi_ude0 | ( | integer, intent(in) | eId, |
integer, intent(in) | eType, | ||
integer, intent(in) | nenod, | ||
integer, intent(in) | nedof, | ||
integer, intent(out) | niwork, | ||
integer, intent(out) | nrwork | ||
) |