QuantEcon / SimpleDifferentialOperators.jl

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

Math for interior solutions with affine boundary operators #189

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #187

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files           7        7           
  Lines         166      166           
=======================================
  Hits          164      164           
  Misses          2        2

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 892b65b...818b533. Read the comment docs.

chiyahn commented 5 years ago

Will merge once unit tests in #192 confirm the formula.

chiyahn commented 5 years ago

Formula fix made at 818b533, unit tests in 3dd2da6 confirm that the formula is correct. Merging the branch now.