Skip to content
Snippets Groups Projects
Commit 80fddd80 authored by Mathis Kelm's avatar Mathis Kelm
Browse files

Add changelog entries for deprecations

parent a9e2d3ed
No related branches found
No related tags found
1 merge request!3282Cleanup/resolve deprecations
Pipeline #21521 passed
Pipeline: dumux

#21526

    Pipeline: dumux

    #21525

      Pipeline: dumux

      #21524

        +2
        ...@@ -41,6 +41,9 @@ Then code possibly fails to compile. The fix is to implement the same caching co ...@@ -41,6 +41,9 @@ Then code possibly fails to compile. The fix is to implement the same caching co
        - __Box__: `scv/scvf.geometry()` have been deprecated, use `fvGeometry.geometry(scv/scvf)` instead - __Box__: `scv/scvf.geometry()` have been deprecated, use `fvGeometry.geometry(scv/scvf)` instead
        - __Box__: `scv/scvf.corner(i)` have been deprecated, use `fvGeometry.geometry(scv/scvf).corner(i)` instead - __Box__: `scv/scvf.corner(i)` have been deprecated, use `fvGeometry.geometry(scv/scvf).corner(i)` instead
        - __Cell centered__: The `computeTpfa/MpfaTransmissibilities()` interfaces now require an additional parameter `fvGeometry`
        - __Staggered__: `fluxVars.advectivFluxForCellCenter()/inflowOutflowBoundaryFlux()` interfaces now require parameter `fvGeometry` instead of `element`
        - __Discretization__: `Extrusion::area/volume(scvf/scv)` have been deprecated, use `Extrusion::area/volume(fvGeometry, scvf/scv)` instead
        ### New experimental features (possibly subject to backwards-incompatible changes in the future) ### New experimental features (possibly subject to backwards-incompatible changes in the future)
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment