opm-simulators/examples
Atgeirr Flø Rasmussen 54c07f3d0c Add choice of solution strategies to simulators.
The following is changed in this commit:
 - The constructor for NewtonIterationBlackoilSimple now takes
   a parameter object instead of a linear solver.
 - The fully implicit black-oil simulators can now use the CPR
   preconditioning strategy (by passing use_cpr=true) or the
   simple strategy (the default).
Note that as of this commit, the CPR preconditioning still has
not been implemented properly, and behaves just like the simple
strategy.
2014-05-12 11:10:59 +02:00
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
sim_2p_comp_ad.cpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
sim_2p_incomp_ad.cpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
sim_fibo_ad_cp.cpp Add choice of solution strategies to simulators. 2014-05-12 11:10:59 +02:00
sim_fibo_ad.cpp Add choice of solution strategies to simulators. 2014-05-12 11:10:59 +02:00
sim_simple.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
test_impestpfa_ad.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
test_implicit_ad.cpp Add choice of solution strategies to simulators. 2014-05-12 11:10:59 +02:00