This is what I'm thinking now:

* To generate code, FFC only needs ufc_utils which contains code snippets.
These can naturally be moved to ffc.

* To compile against the UFC interface, DOLFIN needs ufc.h. FFC tests also
need ufc.h to build, so I've changed my mind: we DON'T want to move ufc.h
to dolfin.

* To jit modules, ufc.i and some cmake configuration stuff is needed. If we
move jit to dolfin, we can't test ffc modules with jitting without dolfin,
so I guess we don't want to move that either.

Martin
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to