Libbum / Wafer

Parallelized 3D FDTD Schrödinger Equation Solver
MIT License
21 stars 2 forks source link

Interpolation #46

Closed Libbum closed 6 years ago

Libbum commented 6 years ago

Closes #17 and #18.

I've started an interpolation library for ndarray, and thus pilfered the trilinear interp method and modified it to suit. CSV implimentation seems to work ok, need to expand the method to all file types and do some testing.

codecov-io commented 6 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 8%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   10.75%   10.75%           
=======================================
  Files           7        7           
  Lines        1646     1646           
=======================================
  Hits          177      177           
  Misses       1469     1469
Impacted Files Coverage Δ
src/input.rs 7.43% <8%> (ø) :arrow_up:

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 33e11d4...65dbe3e. Read the comment docs.

Libbum commented 6 years ago

Can confirm that outputs which have been resized are within statistical error of those starting from Gaussian.