Provides a few default main functions for convenience. More...
#include <ctime>#include <iostream>#include <dune/common/parallel/mpihelper.hh>#include <dune/grid/io/file/dgfparser/dgfexception.hh>#include <dumux/common/properties.hh>#include <dumux/common/parameters.hh>#include <dumux/common/dumuxmessage.hh>#include <dumux/io/grid/gridmanager.hh>Go to the source code of this file.
Provides a few default main functions for convenience.
Namespaces | |
| namespace | Dumux |
Functions | |
| template<class TypeTag > | |
| int | Dumux::start_ (int argc, char **argv, void(*usage)(const char *, const std::string &)) |
| Provides a main function which reads in parameters from the command line and a parameter file. More... | |
| template<class TypeTag > | |
| int | Dumux::start (int argc, char **argv, void(*usage)(const char *, const std::string &)) |
| Provides a main function with error handling. More... | |
