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

Locates results data at current time step for specified variable. More...

Public Member Functions

subroutine ffr_intdata (data, nword, pname, otype, baseid, ierr)
 Locates results data at current time step for integer variables. More...
 
subroutine ffr_realdata (data, nword, pname, otype, baseid, ierr)
 Locates results data at current time step for real variables. More...
 

Detailed Description

Locates results data at current time step for specified variable.

Member Function/Subroutine Documentation

◆ ffr_intdata()

subroutine ffrextractorinterface::ffr_finddata::ffr_intdata ( integer, intent(out)  data,
integer, intent(in)  nword,
character, dimension(*), intent(in)  pname,
character, dimension(*), intent(in)  otype,
integer, intent(in)  baseid,
integer, intent(out)  ierr 
)

Locates results data at current time step for integer variables.

Finds the data pertaining to the specified integer variable within the owner group identified by otype and baseid.

The variable specification string pname contains the full path of the wanted object in the result database hierarchy using the '|' character to separate between the different levels.

Author
Knut Morten Okstad
Date
24 Jun 2002
Parameters
[out]dataArray of results data
[in]nwordLength of the results array
[in]pnameVariable description path
[in]otypeObject group type name
[in]baseidBase id of the object to search
[out]ierrError flag

◆ ffr_realdata()

subroutine ffrextractorinterface::ffr_finddata::ffr_realdata ( real(dp), intent(out)  data,
integer, intent(in)  nword,
character, dimension(*), intent(in)  pname,
character, dimension(*), intent(in)  otype,
integer, intent(in)  baseid,
integer, intent(out)  ierr 
)

Locates results data at current time step for real variables.

Finds the data pertaining to the specified real variable or item group within the owner group identified by otype and baseid.

The variable- or item group specification string pname contains the full path of the wanted object in the result database hierarchy using the '|' character to separate between the different levels.

Author
Knut Morten Okstad
Date
24 Jun 2002
Parameters
[out]dataArray of results data
[in]nwordLength of the results array
[in]pnameVariable description path
[in]otypeObject group type name
[in]baseidBase id of the object to search
[out]ierrError flag

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