Skip to content

Commit

Permalink
Bug fixed in load transfer scheme (#318)
Browse files Browse the repository at this point in the history
This PR contains fixes to make the load transfer work-consistent as described in the OAS journal paper. For reasonably fine meshes, the differences relative to the previous release will be small.

* initial black formatting (no net changes)

* Bug fixed in compute()

* fixed partials in load_transfer

* updated tests

* Updated n2 diagram for OM3.1.1

* relaxed test tolerance
  • Loading branch information
kanekosh authored Jun 14, 2020
1 parent c752bd4 commit eb9d2b4
Show file tree
Hide file tree
Showing 21 changed files with 9,204 additions and 3,264 deletions.
2 changes: 1 addition & 1 deletion openaerostruct/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.1'
Loading

0 comments on commit eb9d2b4

Please sign in to comment.