Projection matrix

  • The rows represent the locations of interest (observations, predictions).
  • The columns represent the mesh vertices.
  • The values are the barycentric coordinates of the locations of interest relative to the three vertices of the triangle, the latter having a mass of 1.
  • So the rowsums are 1.

The values in the projection matrix are used as weights to interpolate from triangle vertices to a location of interest.