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?

Garth

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to