fenics team mailing list archive
-
fenics team
-
Mailing list archive
-
Message #00898
Re: The order of test and trial functions
On Mon, 2010-05-03 at 09:36 +0100, Garth N. Wells wrote:
>
> On 03/05/10 08:48, Kent Andre wrote:
> >
> > I am in favour of a(u,v), simply because it is the way I am used to
> > read and write it. Also, very few users need to care about this due to
> > the high-level syntax in UFL which implicitly takes care of the
> > ordering.
> >
>
> They do need to worry about it on the DOLFIN side with the creation of a
> Form:
>
> Poissin::Bilinearform a(V0, V1);
>
> Garth
>
Yes, of course, sorry, in C++ this is important,
Anyway, I think both alternatives have their advantages.
But, as Godel put it, you must choose between consistency and
conformity :)
Kent
Follow ups
References