dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23223
[Bug 777646] Re: Mesh::renumber_by_color() should return a new Mesh
** Changed in: dolfin
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/777646
Title:
Mesh::renumber_by_color() should return a new Mesh
Status in DOLFIN:
Fix Released
Bug description:
A Mesh should be static, i.e. no re-numbering, etc because this will
screw up cached data, like boundary maps, MeshFunctions, parallel
data. The simplest design is that functions like
Mesh::renumber_by_color() should return a new Mesh.
References