opm-simulators/examples
Markus Blatt 077dc02481 Fix using local active cells for writing eclipse files in parallel.
Previously, the eclipseGrid used by EclipseWriter was constructed from
the one in the EclipseState with the current CpGrid. Unfortunately the
latter was the distributed version resembling only the local part that
the processor works on. Therefore the information about the active cells
was wrong when writing results (which raised an exception in the writer).

With this commit we construct the EclipseWriter before distributing the grid
and use this writer later on in the OutputWriter.
2016-11-07 19:35:53 +01: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
flow_mpi.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_multisegment_mpi.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_multisegment.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_polymer.cpp Create and use FlowMainPolymer class. 2015-12-18 13:58:13 +01:00
flow_sequential.cpp Add sequential models for black oil. 2016-06-27 10:28:09 +02:00
flow_solvent.cpp Create and use FlowMainSolvent class. 2015-12-18 13:58:13 +01:00
flow.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
opm_init_check.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_2p_comp_reorder.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_2p_incomp_ad.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_2p_incomp.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_poly2p_comp_reorder.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_poly2p_incomp_reorder.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
sim_poly_fi2p_comp_ad.cpp Fix using local active cells for writing eclipse files in parallel. 2016-11-07 19:35:53 +01:00
sim_simple.cpp adapt to the removal of the unit system of opm-core 2016-10-10 17:00:09 +02:00