Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit c55127a

Browse files
title sections for aspirational README
1 parent c034ccf commit c55127a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
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

0 commit comments

Comments
 (0)