QuantEcon / SimpleDifferentialOperators.jl

Library for simple upwind finite differences
MIT License
12 stars 2 forks source link

DiffEqOperators Examples and Tests #205

Open ajozefiak opened 4 years ago

ajozefiak commented 4 years ago

This is simply a first commit. So far the first example in the SDO docs is converted into the DiffEqOperators' interface. Note that some features are still being implemented, so concretizations are utilized for the composition of the operators. However, the example thus far should demonstrate how DiffEqOperators' interface is used (barring the need to concretize).

codecov-io commented 4 years ago

Codecov Report

Merging #205 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   97.68%   97.68%           
=======================================
  Files           8        8           
  Lines         216      216           
=======================================
  Hits          211      211           
  Misses          5        5

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05507f6...3e6d263. Read the comment docs.