← Back to team overview

ffc team mailing list archive

Re: Tensors

 

On Wed, Sep 07, 2005 at 02:50:09PM +0200, Johan Jansson wrote:

> [...]
> 
> Ok, I didn't realize that it would break up the products. Of course we
> shouldn't accept sub-optimal code generation. We don't have any real
> time constraints at compile time, so let's make sure the operators
> lead to the same code as writing them out manually explicitly would
> do.
>
> [...]

I don't think it will add anything significant to the compile time. It
might even reduce it, since terms with common reference tensors will
be combined before the reference tensors are computed and actually
computing all the integrals is what takes most of the time (not the
form algebra).

/Anders



References