Skip to content

Converting coordinate system not returning correct coordinates/coordinate system #272

@bknight1

Description

@bknight1

Unable to convert from Cartesian to cylindrical coords, 'mesh.CoordinateSystem.x' and 'mesh.CoordinateSystem.xR' return the same symbols (Cartesian) and underlying coordinates when evaluated.

import underworld3 as uw
mesh = uw.meshing.StructuredQuadBox(minCoords=(0,0), maxCoords=(1, 1), elementRes=(10,10) )


x, y = mesh.CoordinateSystem.x
r, th = mesh.CoordinateSystem.xR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions