-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from ImperialCollegeLondon/test_merge
New Fuselage Model plus Minor Improvements
- Loading branch information
Showing
50 changed files
with
2,981 additions
and
884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule UVLM
updated
21 files
+1,876 −1,815 | include/biotsavart.h | |
+23 −6 | include/constants.h | |
+49 −87 | include/cpp_interface.h | |
+77 −18 | include/debugutils.h | |
+1,099 −578 | include/geometry.h | |
+10 −1 | include/linear_solver.h | |
+189 −45 | include/mapping.h | |
+1,019 −363 | include/matrix.h | |
+434 −0 | include/phantom.h | |
+1,351 −654 | include/postproc.h | |
+388 −0 | include/sources.h | |
+705 −341 | include/steady.h | |
+612 −0 | include/struct_utils.h | |
+38 −16 | include/timing.h | |
+104 −33 | include/triads.h | |
+737 −445 | include/types.h | |
+50 −11 | include/typeutils.h | |
+332 −336 | include/unsteady.h | |
+746 −356 | include/unsteady_utils.h | |
+38 −16 | include/wake.h | |
+362 −290 | src/cpp_interface.cpp |
Oops, something went wrong.