Creating function space restricted to facets fails

Issue #362 resolved
Martin Sandve Alnæs created an issue

Reported by Jay Gopalakrishnan as a bug in fenics 1.4.

Reproduce with:

from dolfin import *
mesh = UnitSquareMesh(1, 1)
Q  = FunctionSpace(mesh, "BDM", degree, restriction="facet")

The error message looks like it was my fault so I'll take a look.

Comments (3)

  1. Log in to comment