Skip to content

Explore adding an overload to the to_<topology> transforms that accepts a coordset name directly and skips coordset creation #1655

Description

@siramok

While exploring #1646, we realized that there are various internal calls to to_unstructured that only care about the topology output. Since to_unstructured always creates a coordset, even if it will just be thrown away afterwards, we think it would be better to explore overloading the API to have a version of to_unstructured that skips coordset creation entirely by taking the coordset name as a string. 1) This is more efficient and 2) it alleviates the problem of needing a strange pattern for calling to_unstructured to ensure that a coordset name is always set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions