Skip to content

Commit 3e481f0

Browse files
committed
added missing padding argument in python demo
1 parent a969271 commit 3e481f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/demo/demo_static-condensation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def tabulate_A(A_, w_, c_, coords_, entity_local_index, permutation=ffi.NULL):
183183
A.assemble()
184184

185185
# Create bounding box for function evaluation
186-
bb_tree = geometry.bb_tree(msh, 2)
186+
bb_tree = geometry.bb_tree(msh, 2, 0.0)
187187

188188
# Check against standard table value
189189
p = np.array([[48.0, 52.0, 0.0]], dtype=np.float64)

0 commit comments

Comments
 (0)