Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasVin committed Jan 5, 2025
1 parent 793b0a3 commit 565ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fenicsxprecice/adapter_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def convert_fenicsx_to_precice_coordinateBased(fenicsx_function, local_coords):
# https://github.com/FEniCS/dolfinx/blob/main/python/test/unit/fem/test_function.py#L63

# for fast function evaluation
bb_tree = geometry.bb_tree(mesh, mesh.geometry.dim)
bb_tree = geometry.bb_tree(mesh, mesh.geometry.dim) # TODO: as long as the domain didn't change, we could store that tree somewhere

cells = []
points = []
Expand Down

0 comments on commit 565ebbd

Please sign in to comment.