Re: [DOLFIN-dev] [Bug 425282] [NEW] Handle PETSc command-line options in Python

2009-09-06 Thread Johan Hake
On Sunday 06 September 2009 20:48:28 logg wrote: > On Sun, Sep 06, 2009 at 04:56:59PM -, Johan Hake wrote: > > On Sunday 06 September 2009 18:36:32 logg wrote: > > > Public bug reported: > > > > > > PETSc command-line options like --petsc.foo 3 are not handled in > > > Python: > > > > > > Sta

Re: [DOLFIN-dev] [Bug 425282] [NEW] Handle PETSc command-line options in Python

2009-09-06 Thread logg
On Sun, Sep 06, 2009 at 04:56:59PM -, Johan Hake wrote: > On Sunday 06 September 2009 18:36:32 logg wrote: > > Public bug reported: > > > > PETSc command-line options like --petsc.foo 3 are not handled in Python: > > > > StandardError: unknown option petsc.info > > > > Don't know why this doe

Re: [DOLFIN-dev] [Bug 425282] [NEW] Handle PETSc command-line options in Python

2009-09-06 Thread Johan Hake
On Sunday 06 September 2009 18:36:32 logg wrote: > Public bug reported: > > PETSc command-line options like --petsc.foo 3 are not handled in Python: > > StandardError: unknown option petsc.info > > Don't know why this doesn't work in Python since the Python interface seems > to call the C++ im

[DOLFIN-dev] [Bug 425282] [NEW] Handle PETSc command-line options in Python

2009-09-06 Thread logg
Public bug reported: PETSc command-line options like --petsc.foo 3 are not handled in Python: StandardError: unknown option petsc.info Don't know why this doesn't work in Python since the Python interface seems to call the C++ implementation which handles PETSc command-line options. ** Affect