|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Locates results data at current time step for specified variable.
| 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.
| [out] | data | Array of results data |
| [in] | nword | Length of the results array |
| [in] | pname | Variable description path |
| [in] | otype | Object group type name |
| [in] | baseid | Base id of the object to search |
| [out] | ierr | Error flag |
| 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.
| [out] | data | Array of results data |
| [in] | nword | Length of the results array |
| [in] | pname | Variable description path |
| [in] | otype | Object group type name |
| [in] | baseid | Base id of the object to search |
| [out] | ierr | Error flag |