FEDEM Solver
R8.0
Source code of the dynamics solver
|
Initializes the state-independent part of the ework areas. More...
Public Member Functions | |
subroutine | fi_ude1 (eId, eType, nenod, nedof, X, T, iwork, rwork, ierr) |
Initializes the state-independent part of the ework areas.
[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 |
[in] | X | Global coordinas of the element nodes |
[in] | T | Local coordinate systems of the element nodes |
iwork | Integer work area for this element | |
rwork | Double precision work area for this element | |
[out] | ierr | Error flag |
subroutine fiuserelminterface::Fi_UDE1::fi_ude1 | ( | integer, intent(in) | eId, |
integer, intent(in) | eType, | ||
integer, intent(in) | nenod, | ||
integer, intent(in) | nedof, | ||
real(dp), intent(in) | X, | ||
real(dp), intent(in) | T, | ||
integer, intent(inout) | iwork, | ||
real(dp), intent(inout) | rwork, | ||
integer, intent(out) | ierr | ||
) |