mtuq.grid.UnstructuredGrid.get¶
- UnstructuredGrid.get(i, **kwargs)[source]¶
Returns i-th grid point
callback functions
If a
callbackfunction was given when creating a grid, thengetreturns the result of applying the callback to the i-th grid point. This behavior can be overridden by supplying a callback function as a keyword argument togetitself. IfcallbackisNone, then no function is applied.