![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | read_file_mpgm_sys (filec, sdofnum, n_monitor_pgm, el_monitor_pgm, xr_monitor_pgm, yr_monitor_pgm, zr_monitor_pgm, axi |
Reads files such as MLST.input, MLST.position or MPGM.input. | |
subroutine read_file_mpgm_sys | ( | character*70 | filec, |
integer*4 | sdofnum, | ||
integer*4, dimension(sdofnum) | n_monitor_pgm, | ||
integer*4, dimension(sdofnum) | el_monitor_pgm, | ||
real*8, dimension(sdofnum) | xr_monitor_pgm, | ||
real*8, dimension(sdofnum) | yr_monitor_pgm, | ||
real*8, dimension(sdofnum) | zr_monitor_pgm, | ||
axi | |||
) |
Reads files such as MLST.input, MLST.position or MPGM.input.
[in] | filec | file name to read |
[in] | SDOFnum | number of monitors |
[out] | n_monitor_pgm | id monitor number (id spectral node) |
[out] | el_monitor_pgm | id monitor element (id grid element) |
[out] | xr_monitor_pgm | x-coordinate for monitor |
[out] | yr_monitor_pgm | y-coordinate for monitor |
[out] | zr_monitor_pgm | z-coordinate for monitor |
Definition at line 31 of file READ_FILE_MPGM_SYS.f90.
Referenced by read_system_position().