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

Add API for defining finite element fields by cloning existing fields #217

Open
rchristie opened this issue Mar 27, 2022 · 0 comments
Open

Comments

@rchristie
Copy link
Contributor

In a lot of places we're defining new fields identically to current fields using the following workaround (between begin/end change):

  1. rename field to new name
  2. write field of the new name to EX file/buffer
  3. restore original field name
  4. read file/buffer to define new field

Need direct API to do this efficiently including over subgroup, plus defining fields with different numbers of components based on a chosen component of an existing field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant