Skip to content
Snippets Groups Projects
Commit 69afb16e authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] Reimplement accidentally removed boundary function

parent 400611a0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ mass = u*v*dx
r = -1.*u*inner(beta, grad(v))*dx \
- numerical_flux(n, u('+'), u('-'))*jump(v)*dS \
+ inner(beta, n)*u*v*dso \
+ numerical_flux(n, g, u('-'))*v*dsd
+ numerical_flux(n, 0.0, u('-'))*v*dsd
forms = [mass, r]
is_dirichlet = dirichlet
......
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