]> https://gitweb.dealii.org/ - dealii.git/commit
fix incorrect Hdiv computation
authorTimo Heister <timo.heister@gmail.com>
Mon, 31 Aug 2015 17:59:05 +0000 (13:59 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 31 Aug 2015 17:59:05 +0000 (13:59 -0400)
commitb6dd4f1ebbf2beb5092a4d032041633703f66cf9
treed165a3c8606554d5478f85d0b03aae0e2328ba2a
parent12e2bcb02a0d2c91c5c509e5843f31c7a562b539
fix incorrect Hdiv computation

|| u ||_Hdiv
= || div u ||_L2
= sqrt( \int_\Omega (div u)^2 )
= sqrt( \int_\Omega (sum d/dx_i u_i)^2 )
and not
= sqrt( \int_\Omega (sum (d/dx_i u_i)^2) )
which was the old implementation.
include/deal.II/numerics/vector_tools.templates.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.