Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def setup(self):
self.connect("dv_struct", f"{scenario}.dv_struct")

def configure(self):
super().configure() # adds linear and nonlinear solvers defined in setup
# create the aero problems for both analysis point.
# this is custom to the ADflow based approach we chose here.
# any solver can have their own custom approach here, and we don't
Expand Down