From: Peter Munch Date: Wed, 11 Nov 2020 10:09:33 +0000 (+0100) Subject: Add reference to skew-symmetric implementation in step-67 X-Git-Tag: v9.3.0-rc1~918^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f235e61b2cd75fffd13819c6541f8944a7fcea1;p=dealii.git Add reference to skew-symmetric implementation in step-67 --- diff --git a/examples/step-67/doc/results.dox b/examples/step-67/doc/results.dox index 42acb5a0dc..b94fc29524 100644 --- a/examples/step-67/doc/results.dox +++ b/examples/step-67/doc/results.dox @@ -725,6 +725,10 @@ convective form $(\mathbf v, \tilde{\mathbf{F}}(\mathbf w)\nabla the equation and the integration formula, and can in some cases by understood by special skew-symmetric finite difference schemes. +To get started, interested readers could take a look at +https://github.com/kronbichler/advection_miniapp, where a +skew-symmetric DG formulation is implemented with deal.II for a simple advection +equation.

Equipping the code for supersonic calculations