Skip to content

Commit

Permalink
added missing padding argument in python demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinary-slim committed Oct 2, 2024
1 parent a969271 commit 3e481f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo/demo_static-condensation.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def tabulate_A(A_, w_, c_, coords_, entity_local_index, permutation=ffi.NULL):
A.assemble()

# Create bounding box for function evaluation
bb_tree = geometry.bb_tree(msh, 2)
bb_tree = geometry.bb_tree(msh, 2, 0.0)

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

0 comments on commit 3e481f0

Please sign in to comment.