FEDEM Solver
R8.0
Source code of the dynamics solver
|
Allocates an in-core buffer for the specified binary file. More...
Public Member Functions | |
subroutine | setbufdb (fileNum, nBytes, status) |
Allocates an in-core buffer for the specified binary file.
[in] | fileNum | File handle for the file to allocate for |
[in] | nBytes | Number of bytes in the buffer |
[out] | status | Exit status (negative on error) |
subroutine binarydbinterface::setBufDB::setbufdb | ( | integer, intent(in) | fileNum, |
integer, intent(in) | nBytes, | ||
integer, intent(out) | status | ||
) |