-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(Analysis/Distribution): the Laplacian on Schwartz functions #33636
New issue
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
base: master
Are you sure you want to change the base?
Conversation
PR summary bb55063693Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
sgouezel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I am much more happy with the new approach!
| We also note that since `LineDeriv` merely notation and not tied to `fderiv`, it is not possible to | ||
| prove the independence of the basis in the definition of the Laplacian in the abstract setting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not up to date, right?
|
I think (noting the fact that the basic file for Schwartz functions is too big (again)), that I will factor out all of the derivatives statements and then put the Laplacian in that new file. Seems more sensible from the import graph than just having the Laplacian in a separate file. |
|
This PR/issue depends on: |
We introduce a notation type-class for the Laplacian, change the definition of
InnerProductSpace.laplaciantoLaplacian.laplacianand define the Laplacian using the sum of second derivatives on Schwartz functions.We define an abstract Laplacian for any space with
LineDerivin order to avoid duplication for other function spaces (in particular, this will be reused for the tempered distribution Laplacian).SchwartzSpaceand create new folder #34027