pombreda / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

Save interative session to file #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the latest api, it is easier to interactively define the problem to be 
solved. It should therefore be possible for a user to save the result of their 
interactive session into a problem description file (or some other method of 
saving the state, a la ipython %save). 

Original issue reported on code.google.com by logan.so...@gmail.com on 25 Jun 2010 at 2:04

GoogleCodeExporter commented 9 years ago
Actually, %save works in isfepy, it just does not save the custom sfepy 
imports. What would be more interesting is to be able to save a 
ProblemDefinition instance to a problem description file.

Workflow example: interactively create the ProblemDefinition, save it to the 
problem description file for later use.

Original comment by robert.c...@gmail.com on 5 May 2011 at 1:35

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/144

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27