struct[[deprecated("Use GridGeometry instead.")]]FVGridGeometry{usingtype=UndefinedProperty;};//!< The type of the global finite volume geometry
// TODO: Remove deprecated property EnableFVGridGeometryCache after 3.1
template<classTypeTag,classMyTypeTag>
struct[[deprecated("Use EnableGridGeometryCache instead.")]]EnableFVGridGeometryCache{usingtype=UndefinedProperty;};//!< specifies if geometric data is saved (faster, but more memory consuming)
// Dumux 3.1 changes the property `FVGridGeometry` to `GridGeometry`.
// For ensuring backward compatibility, it is necessary to set the default value
// of the new property to the old one, see the discussion in MR 1647.