FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to object with specified ID. More...
Public Member Functions | |
type(supeltype) function, pointer | getptrtoidsupel (array, id, userId) |
Returns pointer to (first) superelement with specified ID. More... | |
Returns pointer to object with specified ID.
type(supeltype) function, pointer supeltypemodule::getptrtoid::getptrtoidsupel | ( | type(supeltype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
logical, intent(in), optional | userId | ||
) |
Returns pointer to (first) superelement with specified ID.
[in] | array | Array of supeltypemodule::supeltype 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 superelement is not found, NULL is returned.