Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 384ef84556 Makes the time step control parallel.
The only stage where parallelism changes the adaptive time
stepping is when some inner products on the saturation and
pressure are computed.
This commit makes this part parallel by added an additonal boost::any
parameter to the time stepping and the controller. Per default this
is empty. In a parallel run it contains a ParallelIstlInformation object
encapsulating the information about the parallelisation. This then used
to compute the parallel inner product.
2015-05-27 11:07:16 +02:00
examples adapt the the table related API changes of opm-parser 2014-09-19 14:40:35 +02:00
opm/simulators/timestepping Makes the time step control parallel. 2015-05-27 11:07:16 +02:00
tests Added the test code and test data. 2014-03-26 17:53:06 +01:00