FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to object with specified ID. More...
Public Member Functions | |
type(userdefeltype) function, pointer | getptrtoiduserdefel (array, id, userId) |
Returns pointer to (first) user-defined element with specified ID. More... | |
Returns pointer to object with specified ID.
type(userdefeltype) function, pointer userdefeltypemodule::getptrtoid::getptrtoiduserdefel | ( | type(userdefeltype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
logical, intent(in), optional | userId | ||
) |
Returns pointer to (first) user-defined element with specified ID.
[in] | array | Array of userdefeltypemodule::userdefeltype objects to search within |
[in] | id | Base ID of the object to search for |
[in] | userId | If .true., search for a user ID instead |
If the user-defined element is not found, NULL is returned.