Skip to content

more intuitive deactivation of msh.clean() options #180

@krober10nd

Description

@krober10nd
  • If one wants to turn off the nodal valency reducer, one has to pass a kwarg argument of <= 5 to msh.clean()
m = clean(m,'con',5);

which is a bit not obvious. Perhaps this should be 0 to deactivate or your write the word "off"?

The reason I bring this up is if you want to transfer nodal attributes between a non-clean and clean mesh, the valency reducer will get in the way and the prompt will say that "if you run with nodal valency reducer, all nodal attributes will be lost".

Perhaps in this prompt, we should suggest how to turn it off as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions