mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
moved cd to xxx_impl.hh to avoid
this way we do not have to add explicit initiation of all variants of grids and gridView iterators in the library
This commit is contained in:
committed by
Arne Morten Kvarving
parent
030c06afb2
commit
3442a549cd
@@ -94,15 +94,12 @@ public:
|
||||
using GridView = GetPropType<TypeTag, Properties::GridView>;
|
||||
using CartesianIndexMapper = Dune::CartesianIndexMapper<Grid>;
|
||||
using EquilCartesianIndexMapper = Dune::CartesianIndexMapper<EquilGrid>;
|
||||
using TransmissibilityType = EclTransmissibility<Grid, GridView, ElementMapper, CartesianIndexMapper, Scalar>;
|
||||
static constexpr int dimension = Grid::dimension;
|
||||
static constexpr int dimensionworld = Grid::dimensionworld;
|
||||
|
||||
private:
|
||||
using GridPointer = Grid*;
|
||||
using EquilGridPointer = EquilGrid*;
|
||||
//using CartesianIndexMapper = Dune::CartesianIndexMapper<Grid>;
|
||||
//using CartesianIndexMapperPointer = std::unique_ptr<CartesianIndexMapper>;
|
||||
|
||||
public:
|
||||
using TransmissibilityType = EclTransmissibility<Grid, GridView, ElementMapper,
|
||||
|
||||
Reference in New Issue
Block a user