|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module encapsulation of the IO_FMX subroutine. More...
Functions/Subroutines | |
| subroutine | io_fmx (prefix, itype, data, nval, chkSum, ierr) |
| Read/writes a double precision array from/to the specified fmx-file. More... | |
Module encapsulation of the IO_FMX subroutine.
| subroutine fmxwriter::io_fmx | ( | character(len=*), intent(in) | prefix, |
| integer, intent(in) | itype, | ||
| real(dp), dimension(*), intent(inout) | data, | ||
| integer, intent(in) | nval, | ||
| integer, intent(in), optional | chkSum, | ||
| integer, intent(out) | ierr | ||
| ) |
Read/writes a double precision array from/to the specified fmx-file.
| [in] | prefix | File name prefix |
| [in] | itype | Matrix type (1=stiffness, 2=mass, 3=gravity forces) |
| data | Array with matrix content | |
| [in] | nval | Size of the data array |
| [in] | chkSum | Write to file if present, otherwise read from file |
| [out] | ierr | Error flag (negative value indicates error, otherwise OK) |