discretize.CylindricalMesh.edges_y#
- property CylindricalMesh.edges_y#
Gridded y-edge (azimuthal edge) locations.
This property outputs a numpy array containing the gridded locations of all y-edges (azimuthal edges) in cylindrical coordinates; i.e. the \((r, \phi, z)\) position of the middle of each y-edge. The shape of the array is (n_edges_y, 3). Note that for symmetric meshes, the azimuthal position of all y-edges is set to \(\phi = 0\).
- Returns:
- (
n_edges_y
,dim
)numpy.ndarray
gridded y-edge (azimuthal edge) locations
- (