start.hh File Reference

Provides convenience routines to bring up the simulation at runtime. More...

#include <opm/models/utils/propertysystem.hh>
#include <opm/material/densead/Evaluation.hpp>
#include "parametersystem.hh"
#include <opm/models/utils/simulator.hh>
#include <opm/models/utils/timer.hh>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/ResetLocale.hpp>
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/common/version.hh>
#include <dune/common/parametertreeparser.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <locale>
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include <signal.h>
#include <string.h>
#include <mpi.h>
Include dependency graph for start.hh:

Go to the source code of this file.

Functions

template<class TypeTag >
static int start (int argc, char **argv, bool registerParams=true)
 Provides a main function which reads in parameters from the command line and a parameter file and runs the simulation. More...
 

Detailed Description

Provides convenience routines to bring up the simulation at runtime.