Lukas,
All of these are in the MeshWorker part of the library for which I think only
Guido can give definite answers. My suspicion is that these parts were written
before we had the ability to solve problems with dim != spacedim and were
never converted.
The patches that convert things like
Triangulation<dim> -> Triangulation<dim,spacedim>
DoFHandler<dim> -> DoFHandler<dim,spacedim>
are obviously correct and if you'd like to propose an incremental pull request
that already gets this part out of the way, I would be happy to approve this.
I *suspect* that most of the other changes are correct as well, but let Guido
confirm.
Best
Wolfgang
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@math.tamu.edu
www:
http://www.math.tamu.edu/~bangerth/