Skip to content

Commit

Permalink
Merge pull request #7 from mancellin/toml_files
Browse files Browse the repository at this point in the history
chore: clean up Project.toml files
  • Loading branch information
KapilKhanal authored Jan 22, 2025
2 parents 8d368b0 + b47bb2a commit 4774c41
Show file tree
Hide file tree
Showing 12 changed files with 827 additions and 96 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./Manifest.toml
16 changes: 0 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,8 @@ authors = ["KapilKhanal <[email protected]>"]
version = "0.1.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DimensionfulAngles = "2d4b8d7a-02d9-40f9-9abe-9c695b77de0d"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImplicitAD = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2 changes: 1 addition & 1 deletion paper/ArraySensitivities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Plots
using CSV
using DataFrames
using MarineHydro
include("/home/cornell/BEMJulia/BEM.jl/paper/meshGradients_pair.jl")
include("./meshGradients_pair.jl")
#takes a while depending on this - some faces_max_radius gives weird answer
#check meshes.jl to change faces_max_radius.
radius_range = [1,2,3,4,5]
Expand Down
Loading

0 comments on commit 4774c41

Please sign in to comment.