We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329f920 commit b7217fbCopy full SHA for b7217fb
docs/src/systems/PDESystem.md
@@ -78,7 +78,6 @@ neural network to solve the differential equation.
78
79
### DiffEqOperators.jl: MOLFiniteDifference (WIP)
80
81
-[DiffEqOperators.jl](https://github.com/SciML/DiffEqOperators.jl) defines the
82
-`MOLFiniteDifference` discretizer which performs a finite difference discretization
83
-using the DiffEqOperators.jl stencils. These stencils make use of NNLib.jl for
84
-fast operations on semi-linear domains.
+[MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl) defines the
+`MOLFiniteDifference` discretizer which performs a finite difference discretization.
+Includes support for higher approximation order stencils and nonuniform grids.
0 commit comments