I would like to use function spaces restricted to facets like
V = FunctionSpace (mesh, “BDM”, 1, restriction =“facet”)
in a mixed setting. This means I would like to use the syntax with FiniteElement such that then I can construct a MixedFiniteElement space. Could you point me to the right syntax?