Go to the documentation of this file.
6 #ifndef APPLICATION_BASE_HH_
7 #define APPLICATION_BASE_HH_
49 void init(
int argc,
char ** argv);
52 static const int exit_success = 0;
53 static const int exit_failure = 1;
54 static const int exit_output = 0;
73 virtual void run() = 0;
78 void system_init(
MPI_Comm comm,
const string &log_filename );
90 void petsc_initialize(
int argc,
char ** argv);