All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
start.hh File Reference

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

#include <ewoms/common/propertysystem.hh>
#include <opm/material/densead/Evaluation.hpp>
#include "parametersystem.hh"
#include <ewoms/version.hh>
#include <ewoms/common/simulator.hh>
#include <ewoms/common/timer.hh>
#include <opm/common/Valgrind.hpp>
#include <opm/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>

Go to the source code of this file.

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.
 
 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)
 Property provides the name of the file from which the additional runtime parameters should to be loaded from.
 

Detailed Description

Provides convenience routines to bring up the simulation at runtime.