-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dev_arm64
- Loading branch information
Showing
51 changed files
with
2,985 additions
and
887 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
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.