Skip to content

Commit

Permalink
keyword missing in user polygon driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hyman committed Mar 14, 2023
1 parent f46e549 commit dd0dcb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/user_polygons/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
DFN.params['tripleIntersections']['value'] = True
DFN.params['stopCondition']['value'] = 0 #define stopCondition and nPoly for user polygons to avoid exception
DFN.params['nPoly']['value'] = 3
DFN.params['ignoreBoundaryFaces']['value'] = True


DFN.add_user_fract_from_file(shape="poly",
filename = f'{src_path}/polygons.dat',
Expand Down

0 comments on commit dd0dcb5

Please sign in to comment.