Skip to content
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

Compute Panel Dimensions in TACS for Stiffened Panel Optimizations #339

Merged
merged 22 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
21efa87
fix typo in test bdf utils callbacks
sean-engelstad Oct 4, 2023
8a358e0
Merge branch 'smdogroup:master' into master
sean-engelstad Oct 6, 2023
3e40aaf
Merge branch 'smdogroup:master' into master
sean-engelstad Oct 11, 2023
e60b9da
update the nlbgs driver
sean-engelstad Apr 17, 2024
5355e3b
fix plot_manager with new history file setup
sean-engelstad Apr 21, 2024
14f43e0
update the plot manager function
sean-engelstad Apr 22, 2024
076740b
Merge branch 'post_tight_coupling' of github.com:sean-engelstad/funto…
sean-engelstad Apr 24, 2024
668fbe6
update the tacs interface to work with panel length and width constra…
sean-engelstad May 22, 2024
02f19bf
add temp debug statements to tacs interface for ML oneway opt
sean-engelstad May 23, 2024
10e7451
fix sparse gradients for panel length, width in tacs closed form
sean-engelstad May 24, 2024
f7fa10e
update the oneway struct driver to make init transfer default true
sean-engelstad May 24, 2024
5f2782e
merge
sean-engelstad May 24, 2024
1a7e943
fix the sparse gradient for adjacency constraints
sean-engelstad Jun 3, 2024
d075104
remove some of the print statements
sean-engelstad Jun 5, 2024
ef781d9
remove printouts in funtofem
sean-engelstad Jul 25, 2024
84f0b66
Merge branch 'gp-const' of github.com:sean-engelstad/funtofem into gp…
sean-engelstad Jul 25, 2024
d91d628
make sparse opt manager default True
sean-engelstad Jul 28, 2024
e831b8b
Merge branch 'gp-const' of github.com:sean-engelstad/funtofem into gp…
sean-engelstad Jul 28, 2024
b84fc1d
remove plot hist with option
sean-engelstad Jul 28, 2024
05f9838
fix linear gradients in pyoptsparse
sean-engelstad Jul 28, 2024
9468758
add new sparse linear constraint settings for efficient memory manage…
sean-engelstad Aug 13, 2024
8780f24
None checks
sean-engelstad Oct 15, 2024
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
1 change: 1 addition & 0 deletions funtofem/driver/oneway_struct_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def _transfer_fixed_aero_loads(self):
# the mesh for the new structural shape
body.transfer_loads(scenario)
body.transfer_heat_flux(scenario)

return

def solve_forward(self):
Expand Down
Loading
Loading