← Back to team overview

dolfin team mailing list archive

Re: New Expression syntax

 


Anders Logg wrote:
> On Fri, Nov 27, 2009 at 08:37:08AM +0000, Garth N. Wells wrote:
>> Is it still possible with the new Expression syntax to do something like:
>>
>>  f2, f3 = Expressions("sin(3.0*x[0])*sin(3.0*x[1])*sin(3.0*x[2])",
>>                       "1.0 + 3.0*x[0] + 4.0*x[1] + 0.5*x[2]", V=V)
>>
>> The above is used in the unit tests. Or to keep things simple should we
>> remove this kind of fancy feature?
> 
> I guess it's a nice feature to have but it's nothing I care that much
> for.
>

All tests except the unit test for function are working. Expression
needs to be updated for some of the fancier syntax.

Garth

> --
> Anders





Follow ups

References