Skip to content

Conversation

@isuruf
Copy link
Collaborator

@isuruf isuruf commented Aug 23, 2023

No description provided.

sumpy/kernel.py Outdated
return laplacian(w)


class GaussTransformKernel(ExpressionKernel):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add docstring? Hook into docs?

sumpy/kernel.py Outdated
class GaussTransformKernel(ExpressionKernel):
init_arg_names = ("dim",)

def __init__(self, dim, gauss_delta_name="delta"):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a P2P test to ensure it satisfies the PDE? (Given that $\delta$ is a parameter, you'll probably need multiple rounds of P2P.)

@inducer inducer changed the title Add Gauss transform kernel Add heat kernel Aug 23, 2023
@isuruf
Copy link
Collaborator Author

isuruf commented Sep 12, 2023

@inducer, this is ready for a review. I will add more tests as a follow up PR.

Copy link
Owner

@inducer inducer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx! Two minor things, otherwise ready to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants