FEDEM Solver
R8.0
Source code of the dynamics solver
|
Reads a double precision array from the specified binary file. More...
Public Member Functions | |
subroutine | readdoubledb4 (fileNum, data, nData, status) |
Reads a double precision array from a specified binary file. More... | |
subroutine | readdoubledb8 (fileNum, data, nData, status) |
Reads a big double precision array from a specified binary file. More... | |
subroutine | readdoubledbfile (fileName, dtype, ndata, data, ierr, jerr) |
Reads a double precision matrix from a named binary file into core. More... | |
Reads a double precision array from the specified binary file.
subroutine binarydbinterface::readdoubledb::readdoubledb4 | ( | integer, intent(in) | fileNum, |
real(dp), intent(out) | data, | ||
integer, intent(in) | nData, | ||
integer, intent(out) | status | ||
) |
Reads a double precision array from a specified binary file.
[in] | fileNum | File handle for the file to read from |
[in] | data | The real array to read into |
[in] | nData | Number of words to read |
[out] | status | Exit status |
subroutine binarydbinterface::readdoubledb::readdoubledb8 | ( | integer, intent(in) | fileNum, |
real(dp), intent(out) | data, | ||
integer(i8), intent(in) | nData, | ||
integer, intent(out) | status | ||
) |
Reads a big double precision array from a specified binary file.
[in] | fileNum | File handle for the file to read from |
[in] | data | The real array to read into |
[in] | nData | Number of words to read |
[out] | status | Exit status |
subroutine binarydbinterface::readdoubledb::readdoubledbfile | ( | character(len=*), intent(in) | fileName, |
character(len=*), intent(in) | dtype, | ||
integer, intent(in) | ndata, | ||
real(dp), intent(out) | data, | ||
integer, intent(inout) | ierr, | ||
integer, intent(inout), optional | jerr | ||
) |
Reads a double precision matrix from a named binary file into core.
[in] | fileName | Name of the file to read |
[in] | dtype | File tag identifying the correct data type |
[in] | ndata | Number of words to read |
[in] | data | The real array to read into |
ierr | Error flag | |
jerr | Optional error flag for the read operation |
date 21 Dec 2016