We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps they are already there but I couldn't find them, but it would nice to have averaging functions in a similar manner as the ∂x family.
∂x
The text was updated successfully, but these errors were encountered:
There is the lerp functionality one can use to have linear interpolation in kernels (averaging) https://ptsolvers.github.io/Chmy.jl/dev/concepts/grid_operators/#Interpolation
lerp
Would be good to extend it to other types of averaging or interp and to also account for local max/min.
Sorry, something went wrong.
Thanks! I indeed missed that part of the docs
luraess
Successfully merging a pull request may close this issue.
Perhaps they are already there but I couldn't find them, but it would nice to have averaging functions in a similar manner as the
∂x
family.The text was updated successfully, but these errors were encountered: