Skip to content

Changes enumeration of elements and basisfunction to consistent scheme#41

Open
VikingScientist wants to merge 11 commits intomasterfrom
enumeration
Open

Changes enumeration of elements and basisfunction to consistent scheme#41
VikingScientist wants to merge 11 commits intomasterfrom
enumeration

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 VikingScientist requested a review from akva2 June 11, 2020 14:33
@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.

2 participants