lxvm / HChebInterp.jl

Multi-dimensional h-adaptive Chebyshev interpolation
MIT License
3 stars 1 forks source link

limit on how many subdivisions are performed? #14

Open longemen3000 opened 1 month ago

longemen3000 commented 1 month ago

Hello,

First of all, thanks for the package, i was looking on how to implement this in julia, and this package seems like a better alternative to quadtrees + chebyshev. Some criteria for termination used in that paper are max subdivisions and a memory limit. Is it possible to add, at least, the subdivision criteria? I can make a PR if necessary

lxvm commented 1 month ago

Hi, hchebinterp accepts a maxevals keyword which is indicated in the function signature but missing from the documentation. If you can try it out, does this do what you are looking for? I'll add full descriptions to the documentation