ufl-analyse fails on demo forms

Issue #54 resolved
Marie Elisabeth Rognes created an issue

ufl-analyse seems to be not updated after changes in compute_form_data and preprocess. Running ufl-analyse on the UFL demos including forms fails, see for instance:

meg@nyx:~/local/fenics-dev/src/ufl (git:master)$ ls
build      COPYING         demo  README        scripts   test
ChangeLog  COPYING.LESSER  doc   release.conf  setup.py  ufl

meg@nyx:~/local/fenics-dev/src/ufl (git:master)$ ufl-analyse demo/Poisson.ufl 
Loading form file 'demo/Poisson.ufl'
Traceback (most recent call last):
  File "/home/meg/local/fenics-dev/bin/ufl-analyse", line 82, in <module>
    form_data = form.compute_form_data()
AttributeError: 'Form' object has no attribute 'compute_form_data'

Comments (6)

  1. Marie Elisabeth Rognes reporter

    @martinal : Is ufl-analyse still in use or is this supposed to be obsolete?

  2. Log in to comment