← Back to team overview

dolfin team mailing list archive

Removal of constructor Function(V, x)?

 

Is anyone using the Function constructor that takes a vector as input
argument?

  Function u(V, x);

If not, we should remove it since it's not safe to use in parallel
(see discussion "Problem with missing ghost values"). For it to work,
the vector x needs to have the correct parallel layout to match the
dofmap and mesh of V.

--
Anders


Follow ups