Scrambler  1
IOControl Module Reference

Provides a format-agnostic interface for AstroBEAR to read and write data files. More...

List of all members.

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.

Detailed Description

Provides a format-agnostic interface for AstroBEAR to read and write data files.

Author:
Brandon D. Shroyer
Date:
7-13-2010

Definition at line 40 of file io_control.f90.


Member Function/Subroutine Documentation

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.

Parameters:
nframethe 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.

Parameters:
nframeThe 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.

Parameters:
nframeThe 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.

Parameters:
nframeThe frame being used to restart the problem.

Definition at line 268 of file io_control.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables