diff --git a/ebos/eclproblem_properties.hh b/ebos/eclproblem_properties.hh index df6cfbde4..578f8a122 100644 --- a/ebos/eclproblem_properties.hh +++ b/ebos/eclproblem_properties.hh @@ -170,6 +170,23 @@ struct LocalLinearizerSplice { using type = TTag::AutoDiffLocalLinearizer; }; +template +struct BaseDiscretizationType { + using type = FvBaseDiscretizationNoAdapt; +}; + +template +struct DiscreteFunction { + using BaseDiscretization = FvBaseDiscretization; + using type = typename BaseDiscretization::BlockVectorWrapper; +}; + +template +struct GridView +{ + using type = typename GetPropType::LeafGridView; +}; + // Set the material law for fluid fluxes template struct MaterialLaw