|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to owner of specified object. More...
Public Member Functions | |
| type(masterslavejointtype) function, pointer | getptrtojointwithspring (array, spring) |
| Returns pointer to joint connected to given spring. More... | |
| type(masterslavejointtype) function, pointer | getptrtojointwithdamper (array, damper) |
| Return pointer to joint connected to given damper. More... | |
Returns pointer to owner of specified object.
| type(masterslavejointtype) function, pointer masterslavejointtypemodule::getptrtoowner::getptrtojointwithdamper | ( | type(masterslavejointtype), dimension(:), intent(in), target | array, |
| type(damperbasetype), intent(in), target | damper | ||
| ) |
Return pointer to joint connected to given damper.
| [in] | array | Array of masterslavejointtypemodule::masterslavejointtype objects to search within |
| [in] | damper | The damper base object to search for within the joints |
If no joint has the given damper, NULL is returned.
| type(masterslavejointtype) function, pointer masterslavejointtypemodule::getptrtoowner::getptrtojointwithspring | ( | type(masterslavejointtype), dimension(:), intent(in), target | array, |
| type(springbasetype), intent(in), target | spring | ||
| ) |
Returns pointer to joint connected to given spring.
| [in] | array | Array of masterslavejointtypemodule::masterslavejointtype objects to search within |
| [in] | spring | The spring base object to search for within the joints |
If no joint has the given spring, NULL is returned.