Skip to content

[cleanup] remove deprecation warnings from 3.1 and older

Roman Winter requested to merge cleanup/remove-old-deprecations into master

Removed deprecated stuff:

release 3.1

  • dumux/porousmediumflow/2p2c/sequential/celldata.hh: cellData.setPressure, cellData.setSaturation, cellData.setViscosity
  • dumux/multidomain/glue.hh: neighbor, outside, inside
  • dumux/discretization/staggered/fvgridgeometry.hh: actualfvGridGeometry

Nov.2018

  • dumux/discretization/fvgridvariables.hh: init(curSol, initSol)

Dec.2017

  • dumux/common/boundingboxtree.hh: whole header

2p2c sequential tests still work.

Merge request reports