From 26f110bc235ad20bff58416a4dba4e1730e74c4e Mon Sep 17 00:00:00 2001 From: Ponsuganth Ilangovan Ponkumar Ilango <pponkumar@geophysik.uni-muenchen.de> Date: Mon, 15 Jul 2024 12:46:31 +0200 Subject: [PATCH] Update docstring for grad rho form --- hog/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hog/forms.py b/hog/forms.py index f9a31eb..5564ab6 100644 --- a/hog/forms.py +++ b/hog/forms.py @@ -1833,10 +1833,11 @@ Geometry map: {blending} Weak formulation - u: trial function (space: {trial}) + u: trial function (vectorial space: {trial}) 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