← Back to team overview

dolfin team mailing list archive

Generation of dolfin wrappers

 

It doesn't feel right to place this code in either UFC or UFL, maybe
we can place it in DOLFIN?

It doesn't have to result in circular dependencies if we do it like this:

# in ffc/sfc:
from dolfin_utils import generate_wrappers
...

What we need in dolfin is simply to add a module site-packages/dolfin_utils/

If I get a green light, I'll go ahead and add my dolfin wrapper
generation code in dolfin.

--
Martin


Follow ups