dolfin-convert generates old-style XML?
Asked by
Nico Schlömer
When converting a Gmsh-mesh with a mesh function using dolfin-xml with, e.g.,
$ dolfin-convert mymesh.msh mymesh.xml
"new style" XML-files should come out.
However, when trying to read in the generated file in parallel, the following error message appears
*** Error: Unable to read mesh function from XML file.
*** Reason: Reading old-style XML MeshFunctions is not supported in parallel. Consider using the new format.
*** Where: This error was encountered inside XMLMeshFunction.h.
*** Process: 0
This can be reproduced with the mesh at http://
from dolfin import *
mesh = Mesh('circles2d
subdomains = MeshFunction(
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Nico Schlömer
- Solved:
- Last query:
- Last reply:
To post a message you must log in.