Add Dune::Fufem::markBoundaryPatchDofs and deprecate ::constructBoundaryDofs()
- 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.