Skip to content
Snippets Groups Projects
Commit 0f605d0e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor 'if' improvements

parent cb95b840
No related branches found
No related tags found
No related merge requests found
......@@ -905,7 +905,7 @@ class _InnerDerivativeJoiner(pymbolic.mapper.RecursiveMapper):
def map_scalar_parameter(self, expr, *args):
return DerivativeJoiner()(expr)
def map_if_positive(self, expr, *args):
def map_if(self, expr, *args):
return DerivativeJoiner()(expr)
def map_power(self, expr, *args):
......
......@@ -57,6 +57,8 @@ __doc__ = """
.. currentmodule:: grudge.sym
.. autoclass:: If
DOF description
^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment