← Back to team overview

dolfin team mailing list archive

Problems with LocalMeshCoarsening.h

 

This header includes dolfin/constants.h, and forward declares Mesh and Edge.
However, Vertex, MeshFunction<>, and MeshEditor (and perhaps more) appear as
arguments to various methods. This prevents our (local) Mesh wrappers to
Dolfin from compiling. It's not a big deal, as we're going to use pydolfin
from now on, but I think it should be fixed anyway.

Ola


Follow ups