Common Infrastucture. More...

Collaboration diagram for Common:

Modules

 Properties
 The property system.
 
 Parameters
 The parameters system.
 

Classes

class  Ewoms::Simulator< TypeTag >
 Manages the initializing and running of time dependent problems. More...
 
class  Ewoms::Timer
 Provides an encapsulation to measure the system time. More...
 

Functions

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

Common Infrastucture.

Function Documentation

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.

Template Parameters
TypeTagThe type tag of the problem which needs to be solved
Parameters
argcThe number of command line arguments
argvThe array of the command line arguments

References EWOMS_GET_PARAM, GET_PROP_TYPE, Ewoms::ThreadManager< TypeTag >::init(), and Ewoms::versionString().