Re: [Ffc] Not writing generated code to file

2011-08-08 Thread Andy Ray Terrel
On Mon, Aug 8, 2011 at 11:46 AM, Anders Logg wrote: > On Mon, Aug 08, 2011 at 10:38:37AM -0500, Andy Ray Terrel wrote: >> On Mon, Aug 8, 2011 at 10:27 AM, Johan Hake wrote: >> > On Monday August 8 2011 04:33:41 Anders Logg wrote: >> >> On Wed, Aug 03, 2011 at 08:4

Re: [Ffc] Not writing generated code to file

2011-08-08 Thread Andy Ray Terrel
On Mon, Aug 8, 2011 at 10:27 AM, Johan Hake wrote: > On Monday August 8 2011 04:33:41 Anders Logg wrote: >> On Wed, Aug 03, 2011 at 08:49:24PM -0700, Johan Hake wrote: >> > Hello! >> > >> > Why do we write generated code to file when the jit compilation is used? >> > This introduce a cause of erro

Re: [Ffc] FFC vs. SFC

2010-06-22 Thread Andy Ray Terrel
On Tue, Jun 22, 2010 at 10:31 AM, Garth N. Wells wrote: > > > On 22/06/10 07:05, Andy Ray Terrel wrote: >> >> On Tue, Jun 22, 2010 at 6:15 AM, Anders Logg  wrote: >>> >>> On Tue, Jun 22, 2010 at 01:04:27PM +0200, Kristian Oelgaard wrote: >>>

Re: [Ffc] FFC vs. SFC

2010-06-22 Thread Andy Ray Terrel
On Tue, Jun 22, 2010 at 6:15 AM, Anders Logg wrote: > On Tue, Jun 22, 2010 at 01:04:27PM +0200, 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

Re: [Ffc] Bubble function

2010-04-12 Thread Andy Ray Terrel
On Mon, Apr 12, 2010 at 1:51 AM, Marie Rognes wrote: > Andy Ray Terrel wrote: >> >> Okay so Brezzi Fortin have just a bubble function with one node. >> Perhaps they meant P3 but their notation is ambiguous. >> ArnoldBrezziFortin1984 does call for the P3 in the orig

Re: [Ffc] Bubble function

2010-04-11 Thread Andy Ray Terrel
Okay so Brezzi Fortin have just a bubble function with one node. Perhaps they meant P3 but their notation is ambiguous. ArnoldBrezziFortin1984 does call for the P3 in the original paper but then they mention using 2 P4 bubble functions for the next velocity order. If I do enrich with 2 P4 bubbles

Re: [Ffc] Bubble function

2010-04-10 Thread Andy Ray Terrel
Okay I see. Its just a third order bubble, sometimes I send mail before I think. The mini element is a first order bubble or at least that's what Brezzi Fortin say. -- Andy On Fri, Apr 9, 2010 at 8:43 PM, wrote: >> Is there anything telling how the bubble functions are defined? >> >> For ex

[Ffc] Bubble function

2010-04-09 Thread Andy Ray Terrel
Is there anything telling how the bubble functions are defined? For example with the Mini example: P1 = VectorElement("Lagrange", "triangle", 1) B = VectorElement("Bubble", "triangle", 3) Q = FiniteElement("Lagrange", "triangle", 1) Mini = (P1 + B) * Q Does B consist of 3 bubble functions in som

Re: [Ffc] New syntax for mixed and enriched spaces

2010-03-26 Thread Andy Ray Terrel
On Fri, Mar 26, 2010 at 7:45 AM, Kristian Oelgaard wrote: > > > On 26 March 2010 13:36, Andy Ray Terrel wrote: >> >> Could you have ffc print out a warning so dumb users like me will >> remember this change when their code breaks? > > That might be a good idea,

Re: [Ffc] New syntax for mixed and enriched spaces

2010-03-26 Thread Andy Ray Terrel
Could you have ffc print out a warning so dumb users like me will remember this change when their code breaks? -- Andy On Mon, Mar 22, 2010 at 1:14 PM, Marie Rognes wrote: > Anders Logg wrote: >> >> On Mon, Mar 22, 2010 at 01:43:41PM +0100, Marie Rognes wrote: >> >>> >>> Marie Rognes wrote: >>>