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

Writes a double precision array to the specified binary file. More...

Public Member Functions

subroutine writedoubledb4 (fileNum, data, nData, status)
 Writes a double precision array to the specified binary file. More...
 
subroutine writedoubledb8 (fileNum, data, nData, status)
 Writes a big double precision array to the specified binary file. More...
 
subroutine writedoubledbfile (fileName, dtype, chksum, data, ierr, sbuf)
 Writes a double precision matrix to a named binary file. More...
 

Detailed Description

Writes a double precision array to the specified binary file.

Member Function/Subroutine Documentation

◆ writedoubledb4()

subroutine binarydbinterface::writedoubledb::writedoubledb4 ( integer, intent(in)  fileNum,
real(dp), intent(in)  data,
integer, intent(in)  nData,
integer, intent(out)  status 
)

Writes a double precision array to the specified binary file.

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

◆ writedoubledb8()

subroutine binarydbinterface::writedoubledb::writedoubledb8 ( integer, intent(in)  fileNum,
real(dp), intent(in)  data,
integer(i8), intent(in)  nData,
integer, intent(out)  status 
)

Writes a big double precision array to the specified binary file.

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

◆ writedoubledbfile()

subroutine binarydbinterface::writedoubledb::writedoubledbfile ( character(len=*), intent(in)  fileName,
character(len=*), intent(in)  dtype,
integer, intent(in)  chksum,
real(dp), dimension(:,:), intent(in)  data,
integer, intent(out)  ierr,
real(sp), dimension(:), intent(out), optional  sbuf 
)

Writes a double precision matrix to a named binary file.

Parameters
[in]fileNameName of the file to write
[in]dtypeFile tag identifying the data type to write
[in]chksumFile checksum
[in]dataThe real array to write
ierrError flag
sbufSingle precision buffer used for type casting
Author
Knut Morten Okstad
Date
3 Jan 2005

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