Skip to content

Add Dune::Fufem::markBoundaryPatchDofs and deprecate ::constructBoundaryDofs()

Carsten Gräser requested to merge feature/improve-constructboundarydofs into master
  • Deprecate the ::constructBoundaryDofs() method for old dune-fufem and new dune-functions bases in global scope.
  • Add Dune::Fufem::markBoundaryPatchDofs() which has a better name, is encapsulated in a namespace, and uses and imporved implementation that avoids repeatedly binding a LocalView` to the same element.
  • Use new Dune::Fufem::markBoundaryPatchDofs() instead of deprecated ::constructBoundaryDofs() and related custom methods.

Merge request reports

Loading