#include <run.h>
Public Attributes | |
| unsigned int | restart:1 |
| unsigned int | verbose:1 |
| unsigned int | debug:1 |
| run in debugging mode | |
| unsigned int | mesh:1 |
| used to start the mesh generator | |
| unsigned int | tags:1 |
| used in the trim module to trigger tag assignement | |
| unsigned int | xterm:1 |
| used in the trim module to trigger tag assignement | |
Definition at line 3 of file run.h.
| unsigned int Option::debug |
run in debugging mode
Definition at line 6 of file run.h.
Referenced by Run::init(), and Run::readcmdline().
| unsigned int Option::mesh |
used to start the mesh generator
Definition at line 7 of file run.h.
Referenced by Run::init(), and Run::readcmdline().
| unsigned int Option::restart |
| unsigned int Option::tags |
| unsigned int Option::verbose |
| unsigned int Option::xterm |
used in the trim module to trigger tag assignement
Definition at line 9 of file run.h.
Referenced by Domain::Domain(), and Run::init().
1.5.7.1