JuliaApproximation / PiecewiseOrthogonalPolynomials.jl

A Julia package for piecewise spectral methods such as p-FEM
MIT License
6 stars 2 forks source link

Variable degree on each cell #77

Open ioannisPApapadopoulos opened 3 months ago

ioannisPApapadopoulos commented 3 months ago

Hi @dlfivefifty. Do you have a plan to implement support for a different truncation degree on each cell? In particular for the plan_transform of ContinuousPolynomial{0}.

I feel since the transform on each cell are independent it should not be so difficult but I am not sure whether one expects things to be really slow if the transforms on each cell have a different degree.

dlfivefifty commented 3 months ago

I don't know the right interface for this...I guess we'd want to incorporate the truncation degree into the type