Skip to content
Snippets Groups Projects
Commit f38bc8e3 authored by Lukas Platz's avatar Lukas Platz
Browse files

structured_domain: reworded get_fft_smoothing_kernel_function docstring

parent d8538860
No related branches found
No related tags found
No related merge requests found
...@@ -87,11 +87,11 @@ class StructuredDomain(Domain): ...@@ -87,11 +87,11 @@ class StructuredDomain(Domain):
def get_fft_smoothing_kernel_function(self, sigma): def get_fft_smoothing_kernel_function(self, sigma):
"""Helper for Gaussian smoothing. """Helper for Gaussian smoothing.
This method, which is only implemented for harmonic domains, helps This method, which is only implemented for harmonic domains, helps to
smoothing fields that are defined on a domain that has this domain as smoothe fields that are defined on a domain that has this domain as
its harmonic partner. The returned function multiplies field values of its harmonic partner. The returned function does a pointwise evaluation
a field with a zero centered Gaussian which corresponds to a of a zero-centered Gaussian on the field values, which corresponds to a
convolution with a Gaussian kernel and sigma standard deviation in convolution with a Gaussian kernel with sigma standard deviation in
position space. position space.
Parameters Parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment