FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
springtypemodule::getptrtoid Interface Reference

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...
 

Detailed Description

Returns pointer to object with specified ID.

Member Function/Subroutine Documentation

◆ getptrtoidspringbase()

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.

Parameters
[in]arrayArray of springtypemodule::springbasetype objects to search within
[in]idBase ID of the object to search for
[out]indexThe array index of the found object

If the spring is not found, NULL is returned.

Author
Bjorn Haugen
Date
6 Jun 2002

◆ getptrtoidspringelement()

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.

Parameters
[in]arrayArray of springtypemodule::springtype objects to search within
[in]idBase ID of the object to search for

If the spring is not found, NULL is returned.

Author
Bjorn Haugen
Date
1 Nov 1999

◆ getptrtoidspringfailure()

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.

Parameters
[in]arrayArray of springtypemodule::springfailuretype objects to search within
[in]idBase ID of the object to search for
[out]indexThe array index of the found object

If the spring failure is not found, NULL is returned.

Author
Bjorn Haugen
Date
24 Apr 2005

◆ getptrtoidspringyield()

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.

Parameters
[in]arrayArray of springtypemodule::springyieldtype objects to search within
[in]idBase ID of the object to search for
[out]indexThe array index of the found object

If the spring yield is not found, NULL is returned.

Author
Bjorn Haugen
Date
20 Jun 2005

The documentation for this interface was generated from the following file: