← Back to team overview

dolfin team mailing list archive

[Bug 420755] Re: Cannot read MeshFunctions in parallel

 

** Description changed:

  Reading MeshFunctions from file fails when running in parallel. Without
  a rewrite of the XMLMeshFunction, where the mapping between the mesh
  entities and and the vertices is stored as part of the file format, only
  vertex and cell valued mesh functions can be used in parallel. Hence, we
  only address the cases of cell and vertex entities for now.
+ 
+ MeshFunctions over vertices and cells are now working. A nice error is
+ issued when trying to read facets. Closing this bug now. What we need to
+ do is store MeshFunctions in term of the vertices to file in order to
+ reproduce the global numbering in parallel.

** Changed in: dolfin
       Status: In Progress => Fix Committed

-- 
Cannot read MeshFunctions in parallel
https://bugs.launchpad.net/bugs/420755
You received this bug notification because you are subscribed to DOLFIN.

Status in DOLFIN: Fix Committed

Bug description:
Reading MeshFunctions from file fails when running in parallel. Without a rewrite of the XMLMeshFunction, where the mapping between the mesh entities and and the vertices is stored as part of the file format, only vertex and cell valued mesh functions can be used in parallel. Hence, we only address the cases of cell and vertex entities for now.

MeshFunctions over vertices and cells are now working. A nice error is issued when trying to read facets. Closing this bug now. What we need to do is store MeshFunctions in term of the vertices to file in order to reproduce the global numbering in parallel.