Hi, I installed dolfin-adjoint package on Ubuntu14.04 with python2.7.
When I'm running a simple code with this method
from dolfin import *
from dolfin_adjoint import *
It yields the error:
File "/usr/lib/python2.7/dist-packages/dolfin_adjoint/multimesh_assembly.py", line 6, in <module>
backend_assemble_multimesh = backend.assemble_multimesh
AttributeError: 'module' object has no attribute 'assemble_multimesh'
What's the reason of that?