FEDEM Solver
R8.0
Source code of the dynamics solver
|
Returns pointer to object with specified ID. More...
Public Member Functions | |
type(springtype) function, pointer | getptrtoidspringelement (array, id) |
Returns pointer to (first) spring element with specified id. More... | |
type(springbasetype) function, pointer | getptrtoidspringbase (array, id, index) |
Returns pointer to (first) base spring with specified id. More... | |
type(springfailuretype) function, pointer | getptrtoidspringfailure (array, id, index) |
Returns pointer to (first) spring failure with specified id. More... | |
type(springyieldtype) function, pointer | getptrtoidspringyield (array, id, index) |
Returns pointer to (first) spring yield with specified id. More... | |
Returns pointer to object with specified ID.
type(springbasetype) function, pointer springtypemodule::getptrtoid::getptrtoidspringbase | ( | type(springbasetype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
integer, intent(out), optional | index | ||
) |
Returns pointer to (first) base spring with specified id.
[in] | array | Array of springtypemodule::springbasetype 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 spring is not found, NULL is returned.
type(springtype) function, pointer springtypemodule::getptrtoid::getptrtoidspringelement | ( | type(springtype), dimension(:), intent(in), target | array, |
integer, intent(in) | id | ||
) |
Returns pointer to (first) spring element with specified id.
[in] | array | Array of springtypemodule::springtype objects to search within |
[in] | id | Base ID of the object to search for |
If the spring is not found, NULL is returned.
type(springfailuretype) function, pointer springtypemodule::getptrtoid::getptrtoidspringfailure | ( | type(springfailuretype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
integer, intent(out), optional | index | ||
) |
Returns pointer to (first) spring failure with specified id.
[in] | array | Array of springtypemodule::springfailuretype 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 spring failure is not found, NULL is returned.
type(springyieldtype) function, pointer springtypemodule::getptrtoid::getptrtoidspringyield | ( | type(springyieldtype), dimension(:), intent(in), target | array, |
integer, intent(in) | id, | ||
integer, intent(out), optional | index | ||
) |
Returns pointer to (first) spring yield with specified id.
[in] | array | Array of springtypemodule::springyieldtype 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 spring yield is not found, NULL is returned.