This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Cannot read submesh parent_cell_indices in parallel

0 votes

I have stored a submesh to file. The file contains parent_cell_indices, but when again reading the file in parallel I get the error:
Unable to access mesh data.
Mesh data array named "parent_cell_indices" does not exist.
This error was encountered inside MeshData.cpp.
There is no error when I run the script sequentially.

asked Jun 16, 2015 by meipaff FEniCS Novice (320 points)
...