How to use the Python output file format?

Asked by Florian Rathgeber

DOLFIN support output to .py files. However, this format is not used in any of the demos or tests and it is unclear to me what its intended use is.

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin Kehlet
Solved:
Last query:
Last reply:
Revision history for this message
Best Benjamin Kehlet (benjamik) said :
#1

This class was used only for the ODE solvers, but they have been removed now. The PythonFile class should probably be removed completely.

Revision history for this message
Anders Logg (logg) said :
#2

On Wed, Sep 21, 2011 at 12:41:03AM -0000, Benjamin Kehlet wrote:
> Question #171812 on DOLFIN changed:
> https://answers.launchpad.net/dolfin/+question/171812
>
> Status: Open => Answered
>
> Benjamin Kehlet proposed the following answer:
> This class was used only for the ODE solvers, but they have been removed
> now. The PythonFile class should probably be removed completely.

Yes. I'll remove.

--
Anders

Revision history for this message
Florian Rathgeber (florian-rathgeber) said :
#3

Thanks Benjamin Kehlet, that solved my question.