jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
27 stars 9 forks source link

add type parameter to `Polynomial` #111

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

This would enable us to specialize on Polynomial approximation types, e.g., Gauss collocation, sum factorization, etc.

This is potentially a breaking change since dispatch on parametric types is slightly different.

codecov[bot] commented 1 year ago

Codecov Report

Merging #111 (42be755) into main (64f59c1) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          25       25           
  Lines        2733     2734    +1     
=======================================
+ Hits         2655     2656    +1     
  Misses         78       78           
Impacted Files Coverage Δ
src/RefElemData.jl 93.75% <100.00%> (+0.06%) :arrow_up:
src/ref_elem_utils.jl 89.13% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more