FEDEM Solver
R8.0
Source code of the dynamics solver
|
Stores/extracts external function values from in-core array. More...
Public Member Functions | |
subroutine | fidf_storeextfunc (data, ndat, iop, istat) |
Stores/extracts external function values from in-core array.
data | Solution state array | |
[in] | ndat | Length of the solution state array |
[in] | iop | Option telling what to do (0=return required array size) |
istat | Running array offset, negative value indicates an error |
subroutine fidevicefunctioninterface::fidf_storeextfunc::fidf_storeextfunc | ( | real(dp), dimension(ndat), intent(inout) | data, |
integer, intent(in) | ndat, | ||
integer, intent(in) | iop, | ||
integer, intent(inout) | istat | ||
) |