File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,8 @@ The only functions which act on a PDESystem are the following:
76
76
discretizer which uses a [ DiffEqFlux.jl] ( https://github.com/SciML/DiffEqFlux.jl )
77
77
neural network to solve the differential equation.
78
78
79
- ### DiffEqOperators .jl: MOLFiniteDifference (WIP)
79
+ ### MethodOfLines .jl: MOLFiniteDifference
80
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.
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.
You can’t perform that action at this time.
0 commit comments