On Oct 20, 2009, at 2:39 PM, weasky wrote:
I have another question, is it possible to save the mesh to the disk
for future use? Actually I tried to use
mesh=mesh1+mesh2
tools.dump.write(mesh,filename='mesh')
but then after I read the mesh in using tools.dump.read, there is an
error when I impose boundary conditions.
raise IndexError, 'Face list has interior faces'
IndexError: Face list has interior faces
There is no error when I get the mesh directly.
Sorry for the delay in responding. I see the problem you are talking
about and have filed at ticket on it:
http://matforge.org/fipy/ticket/243
I'm afraid I don't foresee an immediate solution.