dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01813
Re: PyDOLFIN progress
On Wed, Jan 25, 2006 at 08:42:16AM -0600, Anders Logg wrote:
> Looks great Johan! I will get back with more comments, but here's a
> thought: It seems it would be possible import FFC directly into
> (py)dolfin and wrap the dolfin-swig tool suitably so that a user does
> not even have to visit the command-line and import the generated
> Python modules. Python should allow us to compile and import the new
> modules on the fly.
>
> /Anders
>
>
Yes, I think so too. Maybe we could even use Python's distutils
system, there seems to be some support for SWIG (or at least access to
compiling and linking C/C++).
Johan
References