-
Notifications
You must be signed in to change notification settings - Fork 4
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
Interpolate dbc monitor input #126
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @knarfnitram . I left some first comments.
0e2b45d
to
9283a7e
Compare
9283a7e
to
7abb03f
Compare
bcbb8f0
to
a1ac85b
Compare
Pipeline or local testing is still failing due to wrong ordering of nodes within |
25e3631
to
addb568
Compare
Key Features are: - forces of a previous simulation gets extracted. - Applyies those forces componentwise with a linear interpolation function to 4c.
5292676
to
def8239
Compare
@isteinbrecher Thanks for the hint with |
This MR adds the functionality to extract all nodal force values of a previous simulation and adds them to a new simulation as Neuman condition. With the previous functionality, only the last values of the force were used.
Note:
This MR has been split into #127 and #128 to reduce the complexity.