dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01816
PyDOLFIN: [...]
Commit from johanjan (2006-01-27 16:26 CET)
--------------------
PyDOLFIN:
Added functions:
import_form(formlist, formname):
"""Generates and imports a module corresponding to the FFC form.
Returns the module."""
import_formfile(filename):
"""Generates and imports a module corresponding to the FFC form file.
Returns the module."""
to PyDOLFIN.
dolfin src/pydolfin/Makefile.in 1.6
dolfin src/pydolfin/dolfin/__init__.py 1.3
+ dolfin src/pydolfin/dolfin/import_form.py 1.1