Skip to content

Commit 1197b58

Browse files
Merge pull request #322 from avik-pal/ap/patch
Patch project
2 parents 89bd481 + 8500e8d commit 1197b58

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1515
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
16+
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
1617
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1718
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
1819
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
@@ -33,6 +34,7 @@ Plots = "1"
3334
Random = "<0.0.1, 1"
3435
SciMLBase = "2.4"
3536
SimpleNonlinearSolve = "1"
37+
SparseDiffTools = "2.14"
3638
StaticArrays = "1"
3739
SteadyStateDiffEq = "2"
3840
Sundials = "4.11"

docs/src/basics/SparsityDetection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ prob = NonlinearProblem(NonlinearFunction(nlfunc; jac_prototype = jac_prototype,
2929
colorvec = colorvec), x0)
3030
```
3131

32+
If the `colorvec` is not provided, then it is computed on demand.
33+
3234
!!! note
3335

3436
One thing to be careful about in this case is that `colorvec` is dependent on the

0 commit comments

Comments
 (0)