start.hh File Reference

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

#include <ewoms/common/propertysystem.hh>
#include <opm/material/localad/Evaluation.hpp>
#include "parametersystem.hh"
#include <ewoms/version.hh>
#include <ewoms/common/simulator.hh>
#include <ewoms/common/timer.hh>
#include <opm/material/common/Valgrind.hpp>
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
#include <dune/common/version.hh>
#include <dune/common/mpihelper.hh>
#include <dune/common/parametertreeparser.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.

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (Scalar)
 Property to specify the type of scalar values. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Simulator)
 Manages the simulation time. More...
 
 Ewoms::Properties::NEW_PROP_TAG (ThreadManager)
 The OpenMP threads manager. More...
 
 Ewoms::Properties::NEW_PROP_TAG (PrintProperties)
 Print all properties on startup? More...
 
 Ewoms::Properties::NEW_PROP_TAG (PrintParameters)
 Print all parameters on startup? More...
 
 Ewoms::Properties::NEW_PROP_TAG (ParameterFile)
 
template<class TypeTag >
int start (int argc, char **argv)
 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.