j-fu / VoronoiFVM.jl

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method
MIT License
202 stars 34 forks source link

distinguish access to quantities for outer boundary nodes #16

Closed dilaraabdel closed 3 years ago

dilaraabdel commented 3 years ago

u[dspec] for outer boundary nodes within breaction! was not defined. For this, we distinguished more in the getindex() cases.

codecov-commenter commented 3 years ago

Codecov Report

Merging #16 (aa4adc3) into master (a3cd1ef) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   80.70%   80.72%   +0.01%     
==========================================
  Files          17       17              
  Lines        1804     1805       +1     
==========================================
+ Hits         1456     1457       +1     
  Misses        348      348              
Impacted Files Coverage Δ
src/vfvm_quantities.jl 72.82% <100.00%> (+0.29%) :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 a3cd1ef...aa4adc3. Read the comment docs.