discretize.CylindricalMesh.edges_z#

property CylindricalMesh.edges_z#

Gridded z-edge (vertical edge) locations.

This property outputs a numpy array containing the gridded locations of all z-edges (vertical edges) in cylindrical coordinates; i.e. the \((r, \phi, z)\) position of the middle of each z-edge. The shape of the array is (n_edges_z, 3). In the case of symmetric meshes, there are no z-edges and this property returns None.

Returns:
(n_edges_z, dim) numpy.ndarray or None

gridded z-edge (vertical edge) locations. Returns None for symmetric meshes.