ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #02173
Re: Bug in .ufl demo file PoissonDG.ufl
I guessed that :)
Now all your .ufl files are added to ufl/demo/,
making them part of the unit tests there.
Martin
On Mon, Mar 2, 2009 at 12:21 PM, Kristian Oelgaard
<k.b.oelgaard@xxxxxxxxxx> wrote:
> Quoting Martin Sandve Alnæs <martinal@xxxxxxxxx>:
>
>> There's an invalid term:
>>
>> - inner(u*n, grad(u))*ds \
>>
>> (I'm adding FFC .ufl files to UFL demo/ to increase the test coverage).
>
> Right, it should of course be:
>
> - inner(v*n, grad(u))*ds \
>
> Kristian
>
>> Martin
>> _______________________________________________
>> FFC-dev mailing list
>> FFC-dev@xxxxxxxxxx
>> http://www.fenics.org/mailman/listinfo/ffc-dev
>>
>
>
>
References