ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #04314
Re: [Branch ~ffc-core/ffc/main] Rev 1684: Change code generation for evaluate_basis and
On 13 September 2011 00:30, Marie E. Rognes <meg@xxxxxxxxx> wrote:
> On 09/12/11 23:42, Kristian Ølgaard wrote:
>>
>> And of course we still need to consider mixed elements etc.
>
> Ah, the mixed elements. How could I forget. Will think a little more about
> those.
For VectorElements we should be able to reuse most of the code for
each sub-element and:
element = VectorElement("CG", triangle, 2) * FiniteElement("CG", triangle, 2)
could also share a lot of code.
So I guess something like extracting unique sub-elements to generate
common code?
Kristian
> --
> Marie
>
References