discretize.CylindricalMesh.n_nodes#
- property CylindricalMesh.n_nodes#
Return total number of mesh nodes.
For non-symmetric cylindrical meshes, this property returns the total number of nodes. For symmetric meshes, this property returns a value of 0; see
is_symmetric
. The symmetric mesh case is unique because the azimuthal position of the nodes is undefined.- Returns:
int
Total number of nodes for non-symmetric meshes, 0 for symmetric meshes