Skip to content

Commit 1c618c7

Browse files
Fix beta. Amendment to precice#379.
1 parent 8109756 commit 1c618c7

File tree

1 file changed

+1
-1
lines changed
  • partitioned-heat-conduction/fenics

1 file changed

+1
-1
lines changed

partitioned-heat-conduction/fenics/heat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def determine_gradient(V_g, u, flux):
6767
error_tol = args.error_tol
6868

6969
alpha = 3 # parameter alpha
70-
beta = 1.3 # parameter beta
70+
beta = 1.2 # parameter beta
7171

7272
if args.dirichlet and not args.neumann:
7373
problem = ProblemType.DIRICHLET

0 commit comments

Comments
 (0)