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 #112

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.

Supercedes https://github.com/jlchan/StartUpDG.jl/pull/111