Skip to content

Commit

Permalink
Call setFromOptions on plex when building mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Jul 5, 2018
1 parent 6f6abba commit d907b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firedrake/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def add_overlap():
raise ValueError("Unknown overlap type %r" % overlap_type)

dmplex.validate_mesh(plex)
plex.setFromOptions()
utils._init()

self._plex = plex
Expand Down

0 comments on commit d907b01

Please sign in to comment.