tberlok / psecas

A framework for solving numerical eigenvalue problems using pseudo-spectral methods.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Neumann boundary #34

Closed tberlok closed 4 years ago

tberlok commented 4 years ago

This fixes #2.

codecov-commenter commented 4 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.30%. The diff coverage is 86.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   89.17%   89.47%   +0.30%     
==========================================
  Files          17       17              
  Lines         868      903      +35     
==========================================
+ Hits          774      808      +34     
- Misses         94       95       +1     
Impacted Files Coverage Δ
psecas/solver.py 90.00% <86.79%> (+0.73%) :arrow_up:
psecas/system.py 100.00% <0.00%> (+5.26%) :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 2857aa2...549a69a. Read the comment docs.