discretize.CylindricalMesh.faces_x#

property CylindricalMesh.faces_x#

Gridded x-face (radial face) locations.

This property outputs a numpy array containing the gridded locations of all x-faces (radial faces) in cylindrical coordinates; i.e. the \((r, \phi, z)\) position of the center of each face. The shape of the array is (n_faces_x, 3). Note that for symmetric meshes, the azimuthal position of all x-faces is set to \(\phi = 0\).

Returns:
(n_faces_x, dim) numpy.ndarray

gridded x-face (radial face) locations