Skip to content

Commit 3ae9871

Browse files
authored
updated FFD component (#398)
1 parent 38f07ea commit 3ae9871

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openaerostruct/geometry/ffd_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setup(self):
4545
self.DVGeo.addRefAxis("wing_axis", xFraction=0.25, alignIndex="i")
4646

4747
# Now add local (shape) variables
48-
self.DVGeo.addGeoDVLocal("shape", lower=-0.5, upper=0.5, axis="z")
48+
self.DVGeo.addLocalDV("shape", lower=-0.5, upper=0.5, axis="z")
4949

5050
pts = surface["mesh"].reshape(-1, 3)
5151

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
optional_dependencies = {
1212
"docs": ["sphinx_mdolab_theme"],
1313
"test": ["pytest", "pytest-cov", "coverage"],
14+
"ffd": ["pygeo>=1.6.0"]
1415
}
1516

1617
# Add an optional dependency that concatenates all others

0 commit comments

Comments
 (0)