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