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

Returns pointer to object with specified ID. More...

Public Member Functions

type(damperbasetype) function, pointer getptrtoiddamperbase (array, id, index)
 Returns pointer to (first) base damper with specified id. More...
 

Detailed Description

Returns pointer to object with specified ID.

Member Function/Subroutine Documentation

◆ getptrtoiddamperbase()

type(damperbasetype) function, pointer dampertypemodule::getptrtoid::getptrtoiddamperbase ( type(damperbasetype), dimension(:), intent(in), target  array,
integer, intent(in)  id,
integer, intent(out), optional  index 
)

Returns pointer to (first) base damper with specified id.

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

If the damper is not found, NULL is returned.

Author
Bjorn Haugen
Date
5 Oct 2001

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