From: Jiaqi Zhang Date: Fri, 25 Sep 2020 23:16:25 +0000 (-0400) Subject: Update examples/step-74/doc/intro.dox X-Git-Tag: v9.3.0-rc1~687^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b94a696da051270d905b1e8ed2251ca9ed07f9;p=dealii.git Update examples/step-74/doc/intro.dox Co-authored-by: Wolfgang Bangerth --- diff --git a/examples/step-74/doc/intro.dox b/examples/step-74/doc/intro.dox index fb838c6251..68973997ed 100644 --- a/examples/step-74/doc/intro.dox +++ b/examples/step-74/doc/intro.dox @@ -19,7 +19,7 @@ which is designed for assembling face terms arising from discontinuous Galerkin The FEInterfaceValues class provides an easy way to obtain the jump and the average of the solution across cell faces. This tutorial includes the following topics.
    -
  1. The SIPG method for Poisson's equation, which has been used in step-39 and step-59. +
  2. The SIPG method for Poisson's equation, which has already been used in step-39 and step-59.
  3. Assembling of face terms using FEInterfaceValues and the system matrix using MeshWorker::mesh_loop(), which is similar to step-12.
  4. Adaptive mesh refinement using an error estimator.
  5. Two test cases: convergence test for a smooth function and adaptive mesh refinement test for a singular solution.