Most efficient manner for evaluating a set of points within a cell

Dear all,

I am trying to evaluate a Function u at a number of fixed points within a cell. Currently I build loops and evaluate through u([coordx[i], coordy[i]]). Can someone show me how to do the same thing without having to build loops using the eval function in the GenericFunction class?

Thanks!