Skip to content

Commit

Permalink
improved docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 12, 2022
1 parent ec308c4 commit 63eb3ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pytential/symbolic/pde/system_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ def convert_target_transformation_to_source(int_g: IntG) -> List[IntG]:
def _multiply_int_g(int_g: IntG, expr_multiplier: sym.Basic,
density_multiplier: ExpressionT) -> List[IntG]:
"""Multiply the expression in ``IntG`` with the *expr_multiplier*
which is a symbolic expression and multiply the densities
with *density_multiplier* which is a pymbolic expression.
which is a symbolic (:mod:`sympy` or :mod:`symengine`) expression and
multiply the densities with *density_multiplier* which is a :mod:`pymbolic`
expression.
"""
result = []

Expand Down

0 comments on commit 63eb3ba

Please sign in to comment.