- Class Ewoms::DiscreteFractureModel< TypeTag >
- So far, the discrete fracture model only works for 2D grids and without energy. Also only the Darcy velocity model is supported for the fractures.
- Member Ewoms::FractureProblem< TypeTag >::fractureWidth (const Context &context OPM_UNUSED, unsigned spaceIdx1 OPM_UNUSED, unsigned spaceIdx2 OPM_UNUSED, unsigned timeIdx OPM_UNUSED) const
- This method should get one face index instead of two vertex indices. This probably requires a new context class, though.
- Class Ewoms::Linear::VertexBorderListFromGrid< GridView, VertexMapper >
- implement this class generically. For this, it must be possible to query the mapper whether it contains entities of a given codimension without the need to hand it an actual entity.