Skip to content

Commit

Permalink
Merge pull request #22 from byuflowlab/doublet
Browse files Browse the repository at this point in the history
Doublet
  • Loading branch information
juddmehr authored Sep 11, 2023
2 parents b3f2c4c + 449f2ee commit 0544b35
Show file tree
Hide file tree
Showing 963 changed files with 615,485 additions and 48,497 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ examples/*.pdf
examples/rotor_only/*.pdf
examples/dfdc_comp/*.pdf
examples/debug_coupling/*.pdf
examples/dfdc_partial/outputs/*.pdf
examples/dfdc_partial/outputs/*.png
examples/dfdc_partial/outputs/*.vtk
examples/*.png
test/manual_tests/*/*.pdf
test/manual_tests/*/*.png
Expand All @@ -27,3 +30,6 @@ _*

Manifest.toml

# dfdc
/examples/*/fort*

4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ version = "0.1.0"

[deps]
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
FLOWFoil = "fb58ae67-a5c0-4a90-8078-890ae2c2e65e"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImplicitAD = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand All @@ -23,7 +23,7 @@ CCBlade = "0.2"
FLOWMath = "0.3"
FiniteDiff = "2"
ForwardDiff = "0.10"
ImplicitAD = "0.2, 0.3"
ImplicitAD = "0.3"
IterativeSolvers = "0.9"
LineSearches = "7"
NLsolve = "4"
Expand Down
Loading

0 comments on commit 0544b35

Please sign in to comment.