mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fully implicit simulators: various cleanups
these are mostly stylistic: the function bodies of most new methods have been moved to the _impl.hpp file and the Simulator classes are now templated on the grid type, so it should be not too hard to switch them to Dune::CpGrid.
This commit is contained in:
@@ -224,7 +224,7 @@ try
|
||||
SimulatorReport fullReport;
|
||||
// Create and run simulator.
|
||||
Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, grav);
|
||||
SimulatorFullyImplicitCompressiblePolymer
|
||||
SimulatorFullyImplicitCompressiblePolymer<UnstructuredGrid>
|
||||
simulator(param,
|
||||
*grid->c_grid(),
|
||||
geology,
|
||||
|
||||
Reference in New Issue
Block a user