splinebox.multivariate.MultivariateSpline.

mesh#

MultivariateSpline.mesh(step_t=0.1)#
Returns:
pointsnumpy array

A 2D array of shape (N, 3), where N is the number of mesh points. Each row represents the (x, y, z) coordinates of a point in the mesh.

connectivitynumpy array

A 2D array of shape (M, K), where M is the number of elements in the mesh and K is the number of vertices per element (3 for surface meshes and 4 for volume meshes). Each row contains the indices of points that form an element.

Multivariate splines

Multivariate splines