discretize.CylindricalMesh.nodes#
- property CylindricalMesh.nodes#
Gridded node locations.
This property outputs a numpy array containing the gridded locations of all mesh nodes in cylindrical ccordinates; i.e. \((r, \phi, z)\). Note that for symmetric meshes, the azimuthal position of all nodes is set to \(\phi = 0\).
- Returns:
- (
n_nodes
,dim
)numpy.ndarray
gridded node locations
- (