opm-simulators/examples
Atgeirr Flø Rasmussen 04b255a03f Make more use of move semantics in AD code.
This makes some API changes to AutoDiffBlock.
 - Add overload for the constant() constructor taking rvalue ref.
 - Add overload for the variable() constructor taking rvalue ref.
 - Make the function() constructor *require* rvalue refs.
 - Add a swap() function.

The remaining changes in this commit are follow-ups especially
to the third change (adding std::move in many places), and
some removal of unnecessary block pattern arguments from calls to
the constant() static method.
2015-03-16 14:22:32 +01:00
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
python Python class TransGraph to load json from opm_init_check 2014-11-26 14:56:45 +01:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
flow_cp.cpp Fix compile error instroduced by merging #275. 2015-03-09 09:37:16 +01:00
flow.cpp ERT-830: Using OpmLog instead of explicit logger 2015-03-09 08:00:13 +01:00
opm_init_check.cpp Remove uneeded function argument. 2015-02-17 13:40:09 +01:00
sim_2p_incomp_ad.cpp adapt the the table related API changes of opm-parser 2014-09-18 16:49:29 +02:00
sim_simple.cpp Make more use of move semantics in AD code. 2015-03-16 14:22:32 +01:00