3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
start.hh File Reference

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.

Description

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.
template<class TypeTag>
int Dumux::start (int argc, char **argv, void(*usage)(const char *, const std::string &))
 Provides a main function with error handling.