Re: [Ffc] [Dolfin] Release

2009-11-29 Thread Harish Narayanan
Garth N. Wells wrote: > > Anders Logg wrote: >> On Sat, Nov 28, 2009 at 09:32:03PM +, Garth N. Wells wrote: >>> It would be good to make a release of DOLFIN/FFL/UFL next week with the >>> new syntax for Constants and Expressions. Are there any pressing issues >>> which need to be addressed bef

Re: [Ffc] [Dolfin] Release

2009-11-29 Thread Harish Narayanan
Anders Logg wrote: > On Sun, Nov 29, 2009 at 08:10:16AM +0000, Harish Narayanan wrote: >> Garth N. Wells wrote: >>> Anders Logg wrote: >>>> On Sat, Nov 28, 2009 at 09:32:03PM +, Garth N. Wells wrote: >>>>> It would be good to make a release of DOLFI

Re: [Ffc] ffc import error

2009-12-26 Thread Harish Narayanan
On 26/12/2009 15:47, Riesen Patrick wrote: > > hello all, > > I'm updating my code to the bazaar repositories with dolfin0.9.5. It all > seemed to work fine, but i just can't run ffc, i get the following: > > Traceback (most recent call last): > File "/Users/priesen/Work/FEniCS/build/bin/ffc"

Re: [Ffc] [Branch ~ffc-core/ffc/dev] Rev 1502: Fixes for covariant piola. Marie finally remembered why it should be

2010-01-21 Thread Harish Narayanan
On 21/01/2010 14:19, Kristian Oelgaard wrote: > > > 2010/1/21 : >> >> revno: 1502 >> committer: Marie E. Rognes >> branch nick: ffc-unstable >> timestamp: Thu 2010-01-21 15:13:40 +0100 >> message: >> Fixes for covariant piola. Marie

Re: [Ffc] [Branch ~ffc-core/ffc/dev] Rev 1502: Fixes for covariant piola. Marie finally remembered why it should be

2010-01-21 Thread Harish Narayanan
On 21/01/2010 15:46, Marie Rognes wrote: > Harish Narayanan wrote: >> On 21/01/2010 14:19, Kristian Oelgaard wrote: >> >>> 2010/1/21 : >>> >>>> >>>> revno: 1502 >&g

[Ffc] JIT compile strangeness

2010-02-01 Thread Harish Narayanan
I am now running into the following strange error. Upon the first run of the following python code: from dolfin import * mesh = UnitSquare(4, 4) BDM = FunctionSpace(mesh, "BDM", 1) DG = FunctionSpace(mesh, "DG", 0) mixed_space = MixedFunctionSpace([BDM, DG]) u, p = Function(mixed_space).split()

Re: [Ffc] JIT compile strangeness

2010-02-01 Thread Harish Narayanan
On 01/02/2010 16:41, Anders Logg wrote: > Works for me. Maybe instant-clean might help? I've tried an instant-clean. I also wiped out my .py files from site-packages and installed everything from scratch. Harish ___ Mailing list: https://launchpad.net

Re: [Ffc] JIT compile strangeness

2010-02-01 Thread Harish Narayanan
On 01/02/2010 17:22, Anders Logg wrote: > On Mon, Feb 01, 2010 at 06:21:35PM +0100, Marie Rognes wrote: >> Anders Logg wrote: >>> On Mon, Feb 01, 2010 at 05:03:45PM +, Harish Narayanan wrote: >>>> On 01/02/2010 16:41, Anders Logg wrote: >>>>>

Re: [Ffc] JIT compile strangeness

2010-02-01 Thread Harish Narayanan
On 01/02/2010 20:38, Anders Logg wrote: > Can anyone else check if you see this bug or if it is Harish-specific? > Kristian? Garth? I guess it is me-specific, but it is showing up and disappearing almost entirely at random. I'll present it once more when (if) I am able to narrow it down. Harish

Re: [Ffc] JIT compile strangeness

2010-02-02 Thread Harish Narayanan
On 02/02/2010 11:29, Marie Rognes wrote: > > More compile strangeness: Clean cache, error at first run, > things running at second run: > > m...@localhost ~/local/src/fenics/adaptivity/demo $ instant-clean > Instant cache is empty > m...@localhost ~/local/src/fenics/adaptivity/demo $ python test

Re: [Ffc] JIT compile strangeness

2010-02-02 Thread Harish Narayanan
On 02/02/2010 12:54, Marie Rognes wrote: > Anders Logg wrote: >> On Tue, Feb 02, 2010 at 12:08:51PM +0000, Harish Narayanan wrote: >> >>> On 02/02/2010 11:29, Marie Rognes wrote: >>> >>>> More compile strangeness: Clean cache, error at

Re: [Ffc] More optimisation bugs

2010-02-02 Thread Harish Narayanan
On 02/02/2010 16:28, Kristian Oelgaard wrote: > On 2 February 2010 10:15, Garth N. Wells wrote: >> I still have a problem with fractions + quadrature + optimisation. The >> script I sent yesterday now works, but the below scripts leads to a FFC >> error >> >>File >> "/usr/local/lib/python2.6/

Re: [Ffc] FFC vs. SFC

2010-06-22 Thread Harish Narayanan
On 6/22/10 11:40 AM, Kristian Oelgaard wrote: > On 21 June 2010 23:16, Kent Andre wrote: >> >> Strange. I used dorsal to compile the dev versions of the various >> packages. Dolfin, ffc, and sfc are only a few days old. > > I removed fenics-syfi and cloned a new one, then I got a little > further

[Ffc] Speeding up form compilation

2011-12-08 Thread Harish Narayanan
Dear all, I am trying to run some problems which involve somewhat complex variational forms which FFC takes ages (O(1 day)) to compile. Is there any clear documentation on the strategies one should apply to speed things up in general? I am interested both in appropriate FFC parameters and tips on

Re: [Ffc] Speeding up form compilation

2011-12-08 Thread Harish Narayanan
On 12/8/11 10:53 AM, Anders Logg wrote: > On Thu, Dec 08, 2011 at 10:46:20AM +0100, Harish Narayanan wrote: >> Dear all, >> >> I am trying to run some problems which involve somewhat complex >> variational forms which FFC takes ages (O(1 day)) to compile. Is there >&g

Re: [Ffc] Speeding up form compilation

2011-12-08 Thread Harish Narayanan
On 12/8/11 11:07 AM, Kristian Ølgaard wrote: > On 8 December 2011 10:58, Harish Narayanan wrote: >> On 12/8/11 10:53 AM, Anders Logg wrote: >>> On Thu, Dec 08, 2011 at 10:46:20AM +0100, Harish Narayanan wrote: >>>> Dear all, >>>> >>>> I