Fundamental FE Question
Hi,
This is a very fundamental question
I have a mesh of 2D elements
Now, I have been given a point and know its global coordinates.
I want to find out which element in my mesh includes that point.
Is there an easier way of doing it than looping through each element in my mesh?
Please help