On Friday 17 April 2009 03:32:26 Garth N. Wells wrote:
> Should we start moving to UFL-based forms for the DOLFIN demos? Is the
> only serious outstanding issue on the FFC side the correct determination
> of the quadrature order?

Not sure how this could be best done in PyDOLFIN. 

We could add

  from dolfin.ufl import *

after each 

  from dolfin import *

in the demos. When this is done and it all just works(TM) we can move the 
files in the site-packages/dolfin/ufl directory down to site-packages/dolfin, 
and remove

  from dolfin.ufl import *

from the demos?

Johan


> Garth
> _______________________________________________
> DOLFIN-dev mailing list
> [email protected]
> http://www.fenics.org/mailman/listinfo/dolfin-dev


_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to