From 94ff71ce05b3ee62fdd04c7b09c7ac3ee9a541c8 Mon Sep 17 00:00:00 2001 From: Ponsuganth Ilangovan Ponkumar Ilango <pponkumar@geophysik.uni-muenchen.de> Date: Mon, 8 Jul 2024 16:19:24 +0200 Subject: [PATCH] Update docstrings [skip ci] --- hog/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hog/forms.py b/hog/forms.py index f9a31eb..5733be6 100644 --- a/hog/forms.py +++ b/hog/forms.py @@ -1837,6 +1837,7 @@ Weak formulation v: test function (space: {test}) rho: coefficient (space: {density_function_space}) + ∫ ((âˆ‡Ï / Ï) · u) v """ with TimedLogger("assembling grad_rho_by_rho_dot_u-mass matrix", level=logging.DEBUG): -- GitLab