Deprecate default implementation of jacobian() and jacobianInverse()
- Jun 10, 2022
-
-
Carsten Gräser authored
-
Carsten Gräser authored
Since `GeometryDefaultImplementation` assumes that the implementation provides `jacobianTransposed()` and `jacobianInverseTransposed()` and that both return some `FieldMatrix`, we can safely default-implement the new `jacobian()` and `jacobianInverse()` methods by calling the `tranposed()` method of the corresponding `FieldMatrix`.
-
Carsten Gräser authored
The deprecation warning shows up if the grids geometry implementation passed to the `Dune::Geometry` interface class does not implement the methods and corresponding typedefs `Jacobian` and `JacobianInverse`.
-