Skip to content

Commit d8fb6ca

Browse files
committed
Update ex20_third-medium-contact.py
1 parent 2bcbdcc commit d8fb6ca

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

examples/ex20_third-medium-contact.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,16 @@
6969
)
7070

7171
# %%
72-
# The so-called HuHu-regularization is created by two weak-:func:`form <felupe.Form>`
73-
# expressions, see Eq. :eq:`huhu-regularization` [3]_.
72+
# The so-called HuHu-regularization is created by two weak-:func:`forms <felupe.Form>`,
73+
# which are derived from the regularization potential, see Eq.
74+
# :eq:`huhu-regularization` [3]_.
7475
#
7576
# .. math::
7677
# :label: huhu-regularization
7778
#
78-
# \Pi &= \frac{1}{2} \int_V
79+
# \Pi = \frac{1}{2} \int_V
7980
# \mathbb{H}(\boldsymbol{u})~\vdots~\mathbb{H}(\boldsymbol{u})~dV
8081
#
81-
# \delta \Pi &= \int_V
82-
# \mathbb{H}(\delta \boldsymbol{u})~\vdots~\mathbb{H}(\boldsymbol{u})~dV
83-
#
84-
# \Delta \delta \Pi &= \int_V
85-
# \mathbb{H}(\delta \boldsymbol{u})~\vdots~\mathbb{H}(\Delta \boldsymbol{u})~dV
86-
#
8782
from felupe.math import dddot, hess
8883

8984

0 commit comments

Comments
 (0)