#include <AMR1d.h>
Public Member Functions | |
| AMR1d (const string &f, bool enable) throw (InitCond::Exception&, IOException&, IllegalArgumentException&, AutoAMRCore::OutFileExistsException&) | |
| Constructs the simulator. | |
| void | play () throw (IOException&, IllegalArgumentException&) |
| Plays the simulation. | |
| const AMRCore & | getAMRCore () const |
| Gets the AMR core. | |
Protected Member Functions | |
| string | getDataFileName (const ParameterParser &p) const |
| Gets the data file's name. | |
| string | getLogFilename () const |
| Gets the log file's name. | |
| string | getIntegratedQuantitiesFilename () const |
| Gets the name of the file containing integrated quantities. | |
| string | getMarkerQuantitiesFilename () const |
Classes | |
| class | AMRLogger |
| gridripper::main::AMR1d::AMR1d | ( | const string & | f, | |
| bool | enable | |||
| ) | throw (InitCond::Exception&, IOException&, IllegalArgumentException&, AutoAMRCore::OutFileExistsException&) |
Constructs the simulator.
| f | the input filename or "-" for STDIN | |
| enable | data file writing is only enabled if true |
| string gridripper::main::AMR1d::getDataFileName | ( | const ParameterParser & | p | ) | const [protected] |
Gets the data file's name.
| string gridripper::main::AMR1d::getLogFilename | ( | ) | const [protected] |
Gets the log file's name.
| string gridripper::main::AMR1d::getIntegratedQuantitiesFilename | ( | ) | const [protected] |
Gets the name of the file containing integrated quantities.
1.5.6