Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Nov 24, 2022
1 parent 5053890 commit 5f3fba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firedrake/preconditioners/facet_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ def get_facet_element(e):
HCurl(TensorProductElement(FacetElement(Qd_elt), InteriorElement(Ic_elt), cell=cell)))
return FacetElement(e)


elements = [tensorize(restriction(scalar_element), V.shape) for restriction in (InteriorElement, get_facet_element)]


W = FunctionSpace(V.mesh(), MixedElement(elements))
if W.dim() != V.dim():
raise ValueError("Dimensions of the original and decomposed spaces do not match")
Expand Down

0 comments on commit 5f3fba4

Please sign in to comment.