|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Calculates the local origin of a user-defined element. More...
Public Member Functions | |
| subroutine | fi_ude3 (eId, eType, nenod, X, T, iwork, rwork, Tlg, ierr) |
Calculates the local origin of a user-defined element.
| [in] | eId | Unique id identifying this element instance |
| [in] | eType | Unique id identifying the element type |
| [in] | nenod | Number of element nodes |
| [in] | X | Global nodal coordinates of the element |
| [in] | T | Local nodal coordinate systems of the element |
| iwork | Integer work area for this element | |
| [in] | rwork | Real work area for this element |
| [out] | Tlg | Local-to-global transformation matrix for the element |
| [out] | ierr | Error flag |
| subroutine fiuserelminterface::Fi_UDE3::fi_ude3 | ( | integer, intent(in) | eId, |
| integer, intent(in) | eType, | ||
| integer, intent(in) | nenod, | ||
| real(dp), intent(in) | X, | ||
| real(dp), intent(in) | T, | ||
| integer, intent(inout) | iwork, | ||
| real(dp), intent(inout) | rwork, | ||
| real(dp), intent(out) | Tlg, | ||
| integer, intent(out) | ierr | ||
| ) |