Skip to content

Commit

Permalink
Merge branch 'external-operator_dualspace' of github.com:firedrakepro…
Browse files Browse the repository at this point in the history
…ject/ufl into external-operator_dualspace
  • Loading branch information
nbouziani committed Sep 12, 2023
2 parents d5ed49e + 16ca1c7 commit 7e9f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/core/external_operator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""This module defines the ``ExternalOperator`` class, which symbolically represents operators that are not
straightforwardly expressible in UFL. A practical implementation is required at a later stage to define
straightforwardly expressible in UFL. Subclasses of ``ExternalOperator`` must define
how this operator should be evaluated as well as its derivatives from a given set of operands.
"""

Expand Down

0 comments on commit 7e9f0ca

Please sign in to comment.