discretize.CurvilinearMesh.node_list#

property CurvilinearMesh.node_list#

The gridded x, y (and z) node locations used to create the mesh.

Returns:
(dim) list of numpy.ndarray

Gridded x, y (and z) node locations used to create the mesh.

  • 2D: return is a list [X, Y] where X and Y have shape (n_nodes_x, n_nodes_y)

  • 3D: return is a list [X, Y, Z] where X, Y and Z have shape (n_nodes_x, n_nodes_y, n_nodes_z)