Skip to content

Commit

Permalink
document Expression-->ExpressionNode (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam authored Nov 25, 2024
1 parent 7f94b9c commit 7319d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirgecom/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def __getattr__(name):
Returns a function that inspects the types of its input arguments and dispatches
to the appropriate math function. If any of the arguments are symbolic, the
function returns a :class:`pymbolic.primitives.Expression` representing the call
to *name*. If not, it next checks whether any of the arguments have array
function returns a :class:`pymbolic.primitives.ExpressionNode` representing the
call to *name*. If not, it next checks whether any of the arguments have array
contexts. If so, it calls *name* from the array context's :mod:`numpy` workalike.
And if none of the arguments have array contexts, it calls :mod:`numpy`'s version
of *name*.
Expand Down

0 comments on commit 7319d62

Please sign in to comment.