Public Member Functions | |
AMR1d (String f, boolean enable) throws InitCond.Exception, IOException, IllegalArgumentException, AutoAMRCore.OutFileExistsException | |
Constructs the simulator. | |
AMRCore | getAMRCore () |
Gets the AMR core. | |
Static Public Member Functions | |
static void | main (String[] args) throws Exception |
Protected Member Functions | |
void | play () throws IOException |
Plays the simulation. | |
String | getDataFileName (ParameterParser p) |
Gets the data file's name. | |
String | getLogFilename () |
Gets the log file's name. | |
String | getIntegratedQuantitiesFilename () |
Gets the name of the file containing integrated quantities. | |
Static Protected Member Functions | |
static String | getFileName (String infname, String newext) |
Gets the filename for the specified output. | |
Classes | |
class | AMRLogger |
gridripper::main::AMR1d::AMR1d | ( | String | f, | |
boolean | enable | |||
) | throws InitCond.Exception, IOException, IllegalArgumentException, AutoAMRCore.OutFileExistsException [inline] |
Constructs the simulator.
f | the input filename or "-" for STDIN | |
enable | data file writing is only enabled if true |
String gridripper::main::AMR1d::getDataFileName | ( | ParameterParser | p | ) | [inline, protected] |
Gets the data file's name.
String gridripper::main::AMR1d::getLogFilename | ( | ) | [inline, protected] |
Gets the log file's name.
String gridripper::main::AMR1d::getIntegratedQuantitiesFilename | ( | ) | [inline, protected] |
Gets the name of the file containing integrated quantities.
static String gridripper::main::AMR1d::getFileName | ( | String | infname, | |
String | newext | |||
) | [inline, static, protected] |
Gets the filename for the specified output.
infname | the input file name | |
newext | extension |