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

Changes enumeration of elements and basisfunction to consistent scheme #41

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

VikingScientist
Copy link
Owner

The element reordering as it stands is currently optional, but the basisfunction reordering is forced. This is because any call to LRSpline::generateIDs() will overwrite the enumeration given by LRSpline::renumberBasisfunctions(). generateIDs() is frequently called, for instance during write-to-file, so I couldn't find a good way around this. Let me know if you have any suggestions.

Hopefully this will not break any downstream applications such as IFEM, but it is not unthinkable that it is going to since the new enumeration scheme is forced.

@VikingScientist
Copy link
Owner Author

As requested @TheBB

@TheBB
Copy link
Contributor

TheBB commented Jun 11, 2020

Wow, I didn't expect this so quickly.

Will try to build the python bindings against this, at least.

@VikingScientist
Copy link
Owner Author

Rebased on #42 which will be merged shortly

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

Successfully merging this pull request may close these issues.

None yet

2 participants