35 using Simulator = GetPropType<TypeTag, Properties::Simulator>;
36 using Problem = GetPropType<TypeTag, Properties::Problem>;
37 using Model = GetPropType<TypeTag, Properties::Model>;
38 using ElementContext = GetPropType<TypeTag, Properties::ElementContext>;
39 using FluidSystem = GetPropType<TypeTag, Properties::FluidSystem>;
40 using Indices = GetPropType<TypeTag, Properties::Indices>;
41 using GridView = GetPropType<TypeTag, Properties::GridView>;
45 : simulator_(simulator) { }
47 std::vector<double> getCellVolumes();
48 std::vector<double> getPorosity();
49 void setPorosity(
const double *poro, std::size_t size);
51 Simulator* simulator_;