Skip to content

Commit 80026a0

Browse files
Merge pull request #1930 from xtalax/docs
DEO -> MOL in docs
2 parents 329f920 + faaa531 commit 80026a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/src/systems/PDESystem.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ The only functions which act on a PDESystem are the following:
7676
discretizer which uses a [DiffEqFlux.jl](https://github.com/SciML/DiffEqFlux.jl)
7777
neural network to solve the differential equation.
7878

79-
### DiffEqOperators.jl: MOLFiniteDifference (WIP)
79+
### MethodOfLines.jl: MOLFiniteDifference
8080

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.
81+
[MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl) defines the
82+
`MOLFiniteDifference` discretizer which performs a finite difference discretization.
83+
Includes support for higher approximation order stencils and nonuniform grids.

0 commit comments

Comments
 (0)