We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20407e4 commit 78b9eabCopy full SHA for 78b9eab
tests/unit_tests/interpolator/test_unstructured_supports.py
@@ -11,7 +11,7 @@ def test_get_elements():
11
12
mesh = UnStructuredTetMesh(nodes,elements,neighbours)
13
points = np.random.random((100,3))
14
- verts, c, tetra, inside = mesh.get_tetra_for_location(points)
+ verts, c, tetra, inside = mesh.get_element_for_location(points)
15
16
vertices = nodes[elements,:]
17
pos = points[:,:]
0 commit comments