FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to object with specified ID. More...
Public Member Functions | |
type(damperbasetype) function, pointer | getptrtoiddamperbase (array, id, index) |
Returns pointer to (first) base damper with specified id. More... | |
Returns pointer to object with specified ID.
type(damperbasetype) function, pointer dampertypemodule::getptrtoid::getptrtoiddamperbase | ( | type(damperbasetype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
integer, intent(out), optional | index | ||
) |
Returns pointer to (first) base damper with specified id.
[in] | array | Array of dampertypemodule::damperbasetype objects to search within |
[in] | id | Base ID of the object to search for |
[out] | index | The array index of the found object |
If the damper is not found, NULL is returned.