Skip to content
Snippets Groups Projects
Commit 26f110bc authored by Ponsuganth Ilangovan Ponkumar Ilango's avatar Ponsuganth Ilangovan Ponkumar Ilango
Browse files

Update docstring for grad rho form

parent d268c7d7
No related branches found
No related tags found
1 merge request!17Add general frozen velocity operator/form
Pipeline #67601 passed with warnings
...@@ -1833,10 +1833,11 @@ Geometry map: {blending} ...@@ -1833,10 +1833,11 @@ Geometry map: {blending}
Weak formulation Weak formulation
u: trial function (space: {trial}) u: trial function (vectorial space: {trial})
v: test function (space: {test}) v: test function (space: {test})
rho: coefficient (space: {density_function_space}) rho: coefficient (space: {density_function_space})
∫ ((∇ρ / ρ) · u) v
""" """
with TimedLogger("assembling grad_rho_by_rho_dot_u-mass matrix", level=logging.DEBUG): with TimedLogger("assembling grad_rho_by_rho_dot_u-mass matrix", level=logging.DEBUG):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment