Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix UFC interface
Browse files Browse the repository at this point in the history
  • Loading branch information
miklos1 committed Sep 8, 2017
1 parent 249c62c commit 835b0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsfc/kernel_interface/ufc.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def set_coordinates(self, domain):
"""
# Create a fake coordinate coefficient for a domain.
f = ufl.Coefficient(ufl.FunctionSpace(domain, domain.ufl_coordinate_element()))
self.domain_coordinate[domain] = f
self.coordinates_args, expression = prepare_coordinates(
f, "coordinate_dofs", interior_facet=self.interior_facet)
self.coefficient_map[f] = expression
Expand Down

0 comments on commit 835b0b8

Please sign in to comment.