File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
1414LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1515NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
1616PreallocationTools = " d236fae5-4411-538c-8e31-a6e3d9e00b46"
17- Primes = " 27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
1817Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
1918QuadGK = " 1fd47b50-473d-5c70-9696-f719f8f3bcdc"
2019SimpleNonlinearSolve = " 727e6d20-b764-4bd8-a329-72de5adea6c7"
@@ -34,7 +33,6 @@ IterativeSolvers = "0.9"
3433LineSearches = " 7"
3534NLsolve = " 4"
3635PreallocationTools = " 0.4"
37- Primes = " 0.5"
3836QuadGK = " 2"
3937SimpleNonlinearSolve = " 1"
4038SpecialFunctions = " 2"
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const c4b = C4Blade
1414using SpecialFunctions # required for elliptic integrals
1515# For Integration
1616using FastGaussQuadrature
17- using Primes # TODO : likely not necessary
1817using QuadGK
1918
2019# - Packages for Code Efficiency - #
@@ -24,10 +23,12 @@ using PreallocationTools # caches
2423# - Packages for Solves - #
2524using ImplicitAD # used for all solves
2625using LinearAlgebra # linear solve and LU decomposition
26+ # General Nonlinear solves
2727using SimpleNonlinearSolve
28+ # Fixed-Point Iteration Solvers
2829# using FixedPointAcceleration
2930using SpeedMapping
30- # TODO : determine if these are needed after implementing NonlinearSolve.jl
31+ # For using NLsolve
3132using NLsolve # for newton solver
3233using LineSearches # used in newton solver
3334using ForwardDiff # used for jacobian for newton solver
You can’t perform that action at this time.
0 commit comments