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