Re: [Ffc] [Bug 512425] Re: variable + facet restriction broken

2010-02-03 Thread Garth N. Wells
Kristian Oelgaard wrote: > > > On 3 February 2010 09:48, Garth Wells wrote: >> Bug was in FFC, marking as invalid. >> >> ** Changed in: ufl >> Status: Confirmed => Invalid > > I would call this a bug in UFL. > > from ufl.algorithms import propagate_restrictions > cell = triangle > V =

Re: [Ffc] [Bug 512425] Re: variable + facet restriction broken

2010-02-03 Thread Kristian Oelgaard
On 3 February 2010 09:48, Garth Wells wrote: Bug was in FFC, marking as invalid. ** Changed in: ufl       Status: Confirmed => Invalid I would call this a bug in UFL. from ufl.algorithms import propagate_restrictions cell = triangle V = FiniteElement("DG", cell, 1) u = Coefficient(V) flux2