-
Notifications
You must be signed in to change notification settings - Fork 248
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
[ShapeOpt] fix after model merge of #2417 #3102
Conversation
@@ -100,4 +100,40 @@ def UpdateMeshAccordingInputVariable(self, variable): | |||
def Finalize(self): | |||
self._mesh_moving_analysis.Finalize() | |||
|
|||
# -------------------------------------------------------------------------- |
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.
this was somehow lost when #2417 was merged...
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.
Ok. Hope there are not more lost things popping up.
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.
I compared the branches, this should be everything
@@ -100,4 +100,40 @@ def UpdateMeshAccordingInputVariable(self, variable): | |||
def Finalize(self): | |||
self._mesh_moving_analysis.Finalize() | |||
|
|||
# -------------------------------------------------------------------------- |
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.
Ok. Hope there are not more lost things popping up.
No description provided.