discretize.TreeMesh.nodes_y#
- property TreeMesh.nodes_y#
Return y-coordinates of the nodes along the y-direction.
For 2D and 3D meshes, this property returns a vector containing the y-coordinate values of the nodes along the y-direction. For instances of
TensorMeshorCylindricalMesh, this is equivalent to the node positions which define the tensor along the y-axis. For instances ofTreeMeshhowever, this property returns the y-coordinate values of the nodes along the y-direction for the underlying tensor mesh.- Returns:
- (
n_nodes_y)numpy.ndarrayoffloatorNone A 1D array containing the y-coordinates of the nodes along the y-direction. Returns None for 1D meshes.
- (