|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns total mass of a user-defined element. More...
Public Member Functions | |
| subroutine | fi_ude6 (eId, eType, nenod, X, iwork, rwork, mass, ierr) |
Returns total mass 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] | iwork | Integer work area for this element |
| [in] | rwork | Real work area for this element |
| [out] | mass | Total mass of the element |
| [out] | ierr | Error flag |
| subroutine fiuserelminterface::Fi_UDE6::fi_ude6 | ( | integer, intent(in) | eId, |
| integer, intent(in) | eType, | ||
| integer, intent(in) | nenod, | ||
| real(dp), intent(in) | X, | ||
| integer, intent(in) | iwork, | ||
| real(dp), intent(in) | rwork, | ||
| real(dp), intent(out) | mass, | ||
| integer, intent(out) | ierr | ||
| ) |