vertex_to_dof_map returns random data

Issue #308 resolved
Claas Abert created an issue

In dev version of dolfin the vertex_to_dof_map seems to be broken. I installed dolfin with dorsal (STABLE_BUILD=false, USE_SNAPSHOTS=false) on Unbuntu 14.04.

mesh = UnitCubeMesh(1,1,1)
V = FunctionSpace(mesh, "CG", 1)
vertex_to_dof_map(V)

returns random data that differs from call to call.

Comments (5)

  1. Log in to comment