← Back to team overview

ufl team mailing list archive

Re: FFC - UFL inconsistency

 

On Mon, Mar 2, 2009 at 12:28 PM, Kristian Oelgaard
<k.b.oelgaard@xxxxxxxxxx> wrote:
>
>
> Hi,
>
> I found the following when inconsistency when verifying some element tensors.
>
> form = v*u*dx + f*v*dx
>
> UFL rhs(form)
>
> returns f*v*dx
>
> FFC rhs(form)
>
> return -f*v*dx
>
> I think they should return the same thing, the question is what?
> What does SyFi return? (if implemented)

SyFi never had this (would be impossible since
there  never was a declarative input language).

The FFC way is the correct one, I'll fix it.

Martin


References