Skip to content

Commit

Permalink
Update funtofem_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bburke38 committed Jan 15, 2025
1 parent 5bab63e commit 56de120
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions funtofem/model/funtofem_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def write_sensitivity_file(
discipline="aerodynamic",
root=0,
write_dvs: bool = True,
only_thickness=True,
only_thickness: bool = True,
):
"""
Write the sensitivity file.
Expand All @@ -842,7 +842,10 @@ def write_sensitivity_file(
root: int
The rank of the processor that will write the file
write_dvs: bool
whether to write the design variables for this discipline
Whether to write the design variables for this discipline
only_thickness: bool
Whether to write sensitivities for only thickness structural variables.
This is necessary when using composite stiffened callback.
"""

funcs = self.get_functions()
Expand Down

0 comments on commit 56de120

Please sign in to comment.