Skip to content

Commit 681b73d

Browse files
isurufinducer
andauthored
Add comment about scaling constants
Co-authored-by: Andreas Klöckner <inform@tiker.net>
1 parent 8f59aba commit 681b73d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytential/symbolic/pde/system_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def get_deriv_relation_kernel(kernel: ExpressionKernel,
423423
if coeff == 0:
424424
continue
425425
if mis[i] != (-1, -1, -1):
426+
# account for scaling constants in kernels
426427
coeff *= _get_sympy_kernel_expression(kernel.global_scaling_const,
427428
kernel_arguments)
428429
coeff /= _get_sympy_kernel_expression(base_kernel.global_scaling_const,

0 commit comments

Comments
 (0)