Skip to content

Commit 621d1a7

Browse files
Add missing packages and fix NDInterpolations naming
- Fix NDInterpolations -> DataInterpolationsND (correct repo name) - Add NeuralLyapunov.jl to Implicit Layer Deep Learning - Add FiniteVolumeMethod.jl and FiniteVolumeMethod1D.jl to PDE Solvers Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 330796a commit 621d1a7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/make_aggregate.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ docsmodules = [
5454
"MethodOfLines", "NeuralPDE",
5555
"NeuralOperators", "FEniCS",
5656
"HighDimPDE", "DiffEqOperators",
57+
"FiniteVolumeMethod", "FiniteVolumeMethod1D",
5758
],
5859
#=
5960
"Third-Party PDE Solvers" => [
@@ -81,7 +82,7 @@ docsmodules = [
8182
],
8283
"Machine Learning" => [
8384
"Function Approximation" => ["Surrogates", "ReservoirComputing"],
84-
"Implicit Layer Deep Learning" => ["DiffEqFlux", "DeepEquilibriumNetworks"],
85+
"Implicit Layer Deep Learning" => ["DiffEqFlux", "DeepEquilibriumNetworks", "NeuralLyapunov"],
8586
#= "Third-Party Implicit Layer Deep Learning" => ["Flux", "Lux", "SimpleChains"], =#
8687
"Symbolic Learning" => ["DataDrivenDiffEq", "SymbolicNumericIntegration"],
8788
#= "Third-Party Symbolic Learning" => ["SymbolicRegression"], =#
@@ -94,7 +95,7 @@ docsmodules = [
9495
"Developer Tools" => [
9596
"Numerical Utilities" => [
9697
"ExponentialUtilities", "DiffEqNoiseProcess",
97-
"PreallocationTools", "EllipsisNotation", "DataInterpolations", "NDInterpolations",
98+
"PreallocationTools", "EllipsisNotation", "DataInterpolations", "DataInterpolationsND",
9899
"PoissonRandom", "QuasiMonteCarlo", "RuntimeGeneratedFunctions", "MuladdMacro", "FindFirstFunctions",
99100
"SparseDiffTools", "BipartiteGraphs",
100101
],

0 commit comments

Comments
 (0)