dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23312
Re: [Question #158032]: Saving tensor to file
Question #158032 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/158032
Status: Answered => Solved
Bob Myhill confirmed that the question is solved:
I found the source of the problem, and a simple (though imperfect) solution. The bug appears when the variable
>>> efile_pvd = File("strain_rate.pvd", "compressed")
Everything works fine when
>>> efile_pvd = File("strain_rate.pvd")
I'll file a bug report.
Thank you both for your help,
Bob
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
References