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