forked from SAP-archive/fedem-foundation
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support MPC Nastran entries by conversion to WAVGM elements #15
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmokstad
force-pushed
the
gui-issue-7
branch
3 times, most recently
from
November 17, 2024 04:53
c866cbd
to
c8837fc
Compare
when searching for a specified list
…seSlot(). Remove unused static member protectedIterators.
Add a const char pointer as FFaSwitchBoardConnector member for debug usage. Add some debug output in the nextValidSlot() method.
A negative value implies invalid slot.
It is used when a receiver connector goes out of scope.
by FFlLinkHandler::addUniqueAttributeCS()
by conversion to WAVGM elements. Replace some static functions in FFlNastranProcessor.C file scope by lambdas.
kmokstad
force-pushed
the
gui-issue-7
branch
from
November 17, 2024 05:01
c8837fc
to
f097e18
Compare
reference nodes which not are connected to any other elements
kmokstad
force-pushed
the
gui-issue-7
branch
from
November 17, 2024 06:24
f097e18
to
3855e57
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As already available for the SESAM reader. This fixes openfedem/fedem-gui#7.
Also in this PR, some 5 years old refactoring and cleanup of the
FFaSwitchBoard
classes (the eight first commits).