Skip to content

Commit

Permalink
Introduce change from precice#333.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 27, 2023
1 parent 9de0433 commit 4d552aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitioned-heat-conduction/fenics/problem_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def inside(self, x, on_boundary):


def get_geometry(domain_part):
nx = ny = 9
nx = ny = 11

if domain_part is DomainPart.LEFT:
p0 = Point(x_left, y_bottom)
Expand Down

0 comments on commit 4d552aa

Please sign in to comment.