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

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

Detailed Description

Reads a double precision array from the specified binary file.

Member Function/Subroutine Documentation

◆ readdoubledb4()

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.

Parameters
[in]fileNumFile handle for the file to read from
[in]dataThe real array to read into
[in]nDataNumber of words to read
[out]statusExit status

◆ readdoubledb8()

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.

Parameters
[in]fileNumFile handle for the file to read from
[in]dataThe real array to read into
[in]nDataNumber of words to read
[out]statusExit status

◆ readdoubledbfile()

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.

Parameters
[in]fileNameName of the file to read
[in]dtypeFile tag identifying the correct data type
[in]ndataNumber of words to read
[in]dataThe real array to read into
ierrError flag
jerrOptional error flag for the read operation
Author
Knut Morten Okstad

date 21 Dec 2016


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