Scrambler
1
|
Provides a format-agnostic interface for AstroBEAR to read and write data files. More...
Public Member Functions | |
subroutine, public | PostIO (frame) |
subroutine, public | IOInit |
Reads in any generic IO data contained in the io.data file. | |
subroutine, public | IOClose |
Closes any remaining files and releases any remaining I/O resources. | |
subroutine, public | WriteDataFrame (nframe) |
Writes a data frame. | |
subroutine, public | IORestartInit (nframe) |
Uses the contents of the frame restart_frame to reconstruct a simulation. | |
subroutine, public | IORestartFinalize (nframe) |
Uses the contents of the frame restart_frame to reconstruct a simulation. | |
subroutine, public | IOReloadLevel (n) |
Uses the contents of the frame restart_frame to reconstruct a simulation. |
Provides a format-agnostic interface for AstroBEAR to read and write data files.
Definition at line 40 of file io_control.f90.
subroutine, public PostIO | ( | INTEGER | frame | ) |
Definition at line 61 of file io_control.f90.
subroutine, public IOInit | ( | ) |
Reads in any generic IO data contained in the io.data file.
Definition at line 75 of file io_control.f90.
subroutine, public IOClose | ( | ) |
Closes any remaining files and releases any remaining I/O resources.
Definition at line 107 of file io_control.f90.
subroutine, public WriteDataFrame | ( | INTEGER | nframe | ) |
Writes a data frame.
nframe | the sequence number of the frame to be written. |
Definition at line 127 of file io_control.f90.
subroutine, public IORestartInit | ( | INTEGER | nframe | ) |
Uses the contents of the frame restart_frame to reconstruct a simulation.
nframe | The frame being used to restart the problem. |
Definition at line 207 of file io_control.f90.
subroutine, public IORestartFinalize | ( | INTEGER | nframe | ) |
Uses the contents of the frame restart_frame to reconstruct a simulation.
nframe | The frame being used to restart the problem. |
Definition at line 236 of file io_control.f90.
subroutine, public IOReloadLevel | ( | INTEGER | n | ) |
Uses the contents of the frame restart_frame to reconstruct a simulation.
nframe | The frame being used to restart the problem. |
Definition at line 268 of file io_control.f90.