This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ Coverage Status] ( https://coveralls.io/repos/JuliaDiffEq/DiffEqOperators.jl/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/JuliaDiffEq/DiffEqOperators.jl?branch=master )
66[ ![ codecov.io] ( http://codecov.io/github/shivin9/DiffEqOperators.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaDiffEq/DiffEqOperators.jl?branch=master )
77
8- ## Julia Library to solve PDEs using Finite Difference Method
9- This library is going to be a part of DiffEq.jl to become the PDE solver alongside Fenics.jl.
8+ DiffEqOperators.jl provides a set of pre-defined operators for use with
9+ DifferentialEquations.jl. These operators make it easy to discretize and solve
10+ common partial differential equations.
1011
11- Blog posts related to the development of DiffEqOperators.jl can he found [ here] ( https://shivin9.github.io/blog/blogposts/ )
12+ ## Automated Finite Difference Method (FDM) Operators
13+
14+ ## Operator Compositions
15+
16+ ## Matrix-Free Operators
17+
18+ ## Jacobian-Vector Product Operators
You can’t perform that action at this time.
0 commit comments