jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
50 stars 9 forks source link

Return one set of constraints per boundary #13

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

constraints now returns two sets of boundary conditions, (ops_left, ops_right), to be applied on the left and right boundaries.

At the moment both returned sets are identical, as imposing different BCs on each boundary is not yet supported. But this change will enable such behaviour in the future.

codecov-io commented 3 years ago

Codecov Report

Merging #13 (42a1e27) into master (6de4c98) will increase coverage by 0.26%. The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   91.31%   91.57%   +0.26%     
==========================================
  Files          18       18              
  Lines         829      831       +2     
==========================================
+ Hits          757      761       +4     
+ Misses         72       70       -2     
Impacted Files Coverage Δ
src/Galerkin/quadratic.jl 98.21% <85.71%> (ø)
src/Recombinations/matrices.jl 95.02% <97.56%> (+0.07%) :arrow_up:
src/Collocation/Collocation.jl 88.46% <100.00%> (ø)
src/Galerkin/linear.jl 97.26% <100.00%> (ø)
src/Recombinations/bases.jl 93.47% <100.00%> (+4.11%) :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 6de4c98...42a1e27. Read the comment docs.