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

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

Public Member Functions

type(functiontype) function, pointer getptrtoidfunction (array, id)
 Returns pointer to (first) function shape object with specified ID. More...
 
type(enginetype) function, pointer getptrtoidengine (array, id, usedByMech, index)
 Returns pointer to (first) general function with specified ID. More...
 

Detailed Description

Returns pointer to object with specified ID.

Member Function/Subroutine Documentation

◆ getptrtoidengine()

type(enginetype) function, pointer functiontypemodule::getptrtoid::getptrtoidengine ( type(enginetype), dimension(:), intent(in), target  array,
integer, intent(in)  id,
logical, intent(in), optional  usedByMech,
integer, intent(out), optional  index 
)

Returns pointer to (first) general function with specified ID.

Parameters
[in]arrayArray of functiontypemodule::enginetype objects to search within
[in]idBase ID of the object to search for
[in]usedByMechIf .true., flag the found object as used
[out]indexThe array index of the found object

If the general function is not found, NULL is returned.

Author
Bjorn Haugen
Date
1 Nov 1999

◆ getptrtoidfunction()

type(functiontype) function, pointer functiontypemodule::getptrtoid::getptrtoidfunction ( type(functiontype), dimension(:), intent(in), target  array,
integer, intent(in)  id 
)

Returns pointer to (first) function shape object with specified ID.

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

If the function shape is not found, NULL is returned.

Author
Bjorn Haugen
Date
1 Nov 1999

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