On Mon, Mar 14, 2011 at 22:19, Blaise Bourdin <bourdin at lsu.edu> wrote:
> To me, "easier to manipulate from other languages" is already a huge > improvement. I have folders with 100's of computations corresponding to > different sets of parameters. I need an easier way to import these > simulation parameters in scripts. What do you want to do with the parameters? Would petscplot ( https://github.com/jedbrown/petscplot) already do what you want? It does a full parse of -log_summary so it gives you all the options available in Python (of course it also slurps in the convergence history and timing results for the purpose of plotting, e.g.: https://github.com/jedbrown/petscplot/wiki/PETSc-Plot). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110314/0cc4a326/attachment.html>
