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.
. Note that for symmetric meshes, the azimuthal position of all nodes is set to .- Returns:
- (
n_nodes
,dim
)numpy.ndarray
gridded node locations
- (