Re: [Ffc] ferari dependency

2010-02-10 Thread Anders Logg
On Wed, Feb 10, 2010 at 08:50:56AM +0100, Kristian Oelgaard wrote: > > > On 10 February 2010 02:15, Garth N. Wells wrote: > >FFC now depends on ferari, > > > > File > >"/usr/local/lib/python2.6/dist-packages/ffc/tensor/tensoroptimization.py", > >line 17, in optimize_integral_ir > >   from ferari i

Re: [Ffc] ferari dependency

2010-02-10 Thread Garth N. Wells
Kristian Oelgaard wrote: > > > On 10 February 2010 02:15, Garth N. Wells wrote: >> FFC now depends on ferari, >> >> File >> "/usr/local/lib/python2.6/dist-packages/ffc/tensor/tensoroptimization.py", >> >> line 17, in optimize_integral_ir >>from ferari import binary >> ImportError: No modu

Re: [Ffc] ferari dependency

2010-02-10 Thread Anders Logg
On Wed, Feb 10, 2010 at 08:55:29AM +, Garth N. Wells wrote: > > > Kristian Oelgaard wrote: > > > > > > On 10 February 2010 02:15, Garth N. Wells wrote: > >> FFC now depends on ferari, > >> > >> File > >> "/usr/local/lib/python2.6/dist-packages/ffc/tensor/tensoroptimization.py", > >> > >> line

[Ffc] form object not iterable

2010-02-10 Thread Patrick Riesen
hi, i just pulled from the ffc repository and i get this error when compiling my forms with '--debug': Compiler stage 4.1: Generating additional wrapper code -- Traceback (most recent call last): File "/scratch-second/priesen/FEniCS/build

Re: [Ffc] form object not iterable

2010-02-10 Thread Mehdi Nikbakht
It seems that you have forgotten to update UFL. Mehdi On Wed, 2010-02-10 at 13:19 +0100, Patrick Riesen wrote: > hi, i just pulled from the ffc repository and i get this error when > compiling my forms with '--debug': > >Compiler stage 4.1: Generating additional wrapper code >--

[Ffc] Bug in generating wrapper code

2010-02-10 Thread Anders Logg
When compiling with -l dolfin, the DOLFIN Poisson demo does not get the named f, g coefficients but instead w0 and w1. Don't know why yet and I won't be able to debug until later. Have teaching now. -- Anders signature.asc Description: Digital signature __

Re: [Ffc] Bug in generating wrapper code

2010-02-10 Thread Kristian Oelgaard
On 10 February 2010 13:39, Anders Logg wrote: When compiling with -l dolfin, the DOLFIN Poisson demo does not get the named f, g coefficients but instead w0 and w1. Don't know why yet and I won't be able to debug until later. Have teaching now. I think I fixed this in analysis.py, just added

Re: [Ffc] form object not iterable

2010-02-10 Thread Patrick Riesen
hello mehdi, i did update all packages, including UFL . if i do not use the option '-l dolfin' it works. patrick Mehdi Nikbakht wrote: It seems that you have forgotten to update UFL. Mehdi On Wed, 2010-02-10 at 13:19 +0100, Patrick Riesen wrote: hi, i just pulled from the ffc repository and

Re: [Ffc] form object not iterable

2010-02-10 Thread Patrick Riesen
i just pulled again from the FFC repo, i works now :-) thank you, patrick Patrick Riesen wrote: hello mehdi, i did update all packages, including UFL . if i do not use the option '-l dolfin' it works. patrick Mehdi Nikbakht wrote: It seems that you have forgotten to update UFL. Mehdi On

Re: [Ffc] Bug in generating wrapper code

2010-02-10 Thread Anders Logg
On Wed, Feb 10, 2010 at 02:25:42PM +0100, Kristian Oelgaard wrote: > > > On 10 February 2010 13:39, Anders Logg wrote: > >When compiling with -l dolfin, the DOLFIN Poisson demo does not get > >the named f, g coefficients but instead w0 and w1. Don't know why yet > >and I won't be able to debug unt