Hi,
I used to be able to have my code work in Fenics 1.3 but after upgrading to Fenics 1.4, it appears that this line of my code:
LargeS = FunctionSpace(mesh, "Lagrange", 1)
large_d_to_v=LargeS.dofmap().dof_to_vertex_map(mesh)
causes the attribute error in python.
Is that function dof_to_vertex_map now obsolete?
Thanks!