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 b7217fb commit faaa531Copy full SHA for faaa531
docs/src/systems/PDESystem.md
@@ -76,7 +76,7 @@ The only functions which act on a PDESystem are the following:
76
discretizer which uses a [DiffEqFlux.jl](https://github.com/SciML/DiffEqFlux.jl)
77
neural network to solve the differential equation.
78
79
-### DiffEqOperators.jl: MOLFiniteDifference (WIP)
+### MethodOfLines.jl: MOLFiniteDifference
80
81
[MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl) defines the
82
`MOLFiniteDifference` discretizer which performs a finite difference discretization.
0 commit comments