diff --git a/pytential/qbx/__init__.py b/pytential/qbx/__init__.py index baa5a6ba15f365dca22b715781b38d733524faec..ad60bb22c2930fe987102e78e22143e7674817a0 100644 --- a/pytential/qbx/__init__.py +++ b/pytential/qbx/__init__.py @@ -326,7 +326,7 @@ class QBXLayerPotentialSource(LayerPotentialSource): @memoize_method def panel_sizes(self, last_dim_length="nsources"): assert last_dim_length in ("nsources", "ncenters", "npanels") - # To get the panel size this does the equivalent of ∫ 1 ds. + # To get the panel size this does the equivalent of (∫ 1 ds)**(1/dim). # FIXME: Kernel optimizations discr = self.density_discr @@ -334,7 +334,7 @@ class QBXLayerPotentialSource(LayerPotentialSource): if last_dim_length == "nsources" or last_dim_length == "ncenters": knl = lp.make_kernel( "{[i,j,k]: 0<=i