Skip to content
Snippets Groups Projects
Commit 1f0f3e12 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix the GA normal formula

parent 9d406d6c
No related branches found
No related tags found
No related merge requests found
...@@ -587,8 +587,10 @@ def mv_normal(dd, ambient_dim, dim=None): ...@@ -587,8 +587,10 @@ def mv_normal(dd, ambient_dim, dim=None):
pseudoscalar(ambient_dim, dim, dd=dd) pseudoscalar(ambient_dim, dim, dd=dd)
/ /
area_element(ambient_dim, dim, dd=dd)) area_element(ambient_dim, dim, dd=dd))
return cse(pder.I | pder, "normal", return cse(
cse_scope.DISCRETIZATION) # Dorst Section 3.7.2
pder << pder.I.inv(),
"normal", cse_scope.DISCRETIZATION)
def normal(dd, ambient_dim, dim=None, quadrature_tag=None): def normal(dd, ambient_dim, dim=None, quadrature_tag=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment