JuliaApproximation / MultivariateOrthogonalPolynomials.jl

Supports approximating functions and solving differential equations on various higher dimensional domains such as disks and triangles
Other
17 stars 5 forks source link

Use transform for plotting #127

Closed dlfivefifty closed 2 years ago

dlfivefifty commented 2 years ago

With this plotting uses the inverse Zernike transform so is not so bad anymore.

Note the only thing slow is that it is still using evaluation for the origin and the boundary.

dlfivefifty commented 2 years ago
image
codecov[bot] commented 2 years ago

Codecov Report

Merging #127 (46f15cd) into master (cf0d0ba) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   96.15%   96.21%   +0.05%     
==========================================
  Files           4        4              
  Lines         702      713      +11     
==========================================
+ Hits          675      686      +11     
  Misses         27       27              
Impacted Files Coverage Δ
src/disk.jl 98.18% <100.00%> (+0.09%) :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 cf0d0ba...46f15cd. Read the comment docs.