discretize.CylindricalMesh.nodes_x#
- property CylindricalMesh.nodes_x#
Return the x-positions of nodes along the x-direction (radial).
This property returns a 1D vector containing the x-position values of the nodes along the x-direction (radial). The length of the vector is equal to the number of nodes in the x-direction.
- Returns:
- (
n_nodes_x
)numpy.ndarray
x-positions of nodes along the x-direction
- (