discretize.CylindricalMesh.nodes_y#
- property CylindricalMesh.nodes_y#
Return the y-positions of nodes along the y-direction (azimuthal).
This property returns a 1D vector containing the y-position values of the nodes along the y-direction (azimuthal). If the mesh is symmetric, this property returns a numpy array with a single entry of 0 ; indicating all nodes have a y-position of 0. See
is_symmetric
.- Returns:
- (
n_nodes_y
)numpy.ndarray
y-positions of nodes along the y-direction
- (