pysdic.Mesh.coordinates#

property Mesh.coordinates: ndarray#

[Get or Set] Alias for self.points property, returns the coordinates of the mesh vertices as a numpy array of shape (\(N_v\), \(E\)).

See also

  • PointCloud for more information on the points property.