Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy_nodes_and_elements isn't passing defaults to add_extra_integers #3564

Open
roystgnr opened this issue May 25, 2023 · 0 comments
Open

copy_nodes_and_elements isn't passing defaults to add_extra_integers #3564

roystgnr opened this issue May 25, 2023 · 0 comments
Assignees

Comments

@roystgnr
Copy link
Member

And then it's only copying over integers that existed on an old DofObject, so when copying from meshes that don't have some of our own extra integers, we might find our newly copied nodes and elements with values initialized to -1 rather than to any user-specified different default.

(Our existing nodes and elements ought to be getting the proper new defaults via the calls in merge_extra_integer_names)

@roystgnr roystgnr self-assigned this May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant