Hello everyone,

i've extracted a 2D grid from an FVM model (Fig. 1). My gridpoints (blue dots) perfectly cover the topology i'm modeling. I want to interpolate a dataset, lets say my velocity distribution, on this grid. My U vector contains the same number of points as my x and y vectors. If i use meshgrid to generate the grid from the given sample points the delaunay triangulation is bounded by the red polygon, not my gridpoints. This results in a deformed mesh (Fig. 2).

Can anybods tell me how to generate a mesh that covers only my gridpoints?

Similar questions and discussions