On Fri, Dec 12, 2008 at 05:53:15PM +0100, [email protected] wrote: > > Are the demos working? On a freshly cloned repository I get > the following error when running the standard demo. Do I have a > to old python (2.5) or what ? > > ~/local/src/dolfin-dev/demo/pde/poisson/python >python demo.py > [kent-and-laptop:12920] mca: base: component_find: unable to open osc > pt2pt: file not found (ignored) > Checking mesh ordering (finished). > Traceback (most recent call last): > File "demo.py", line 31, in <module> > v = TestFunction(V) > File > "/home/kent-and/local/src/dolfin-dev/local/lib/python2.5/site-packages/dolfin/function.py", > line 623, in __init__ > self.attach(V) > AttributeError: 'TestFunction' object has no attribute 'attach' > > Kent
You need to update FFC. The attach() function was recently added. All C++ demos are working and I'm working on getting the Python demos to work. There's a list at the end of TODO. Any help to get the ones not marked with OK working appreciated... :-) -- Anders
signature.asc
Description: Digital signature
_______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
