dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23933
dolfin dev-branch, demo_hyperelasticity.py
Hi,
I have pulled that latest dolfin-branch with bzr.
I did not realize any error during the installation, so I guess:
Everything is fine.
Running a demo I get the following error:
python demo_hyperelasticity.py
Traceback (most recent call last):
...
...
File "/home/kassbohm/local-ufc-dolfin/lib/python2.7/site-packages/dolfin/fem/form.py",
line 178, in _extract_subdomains
if form_data.domain_data.has_key(domain):
AttributeError: 'FormData' object has no attribute 'domain_data'
Is this a bug?
I get a similar error when running demo_eigenvalue.py and demo_elasticity.py.
Sven
Follow ups