From 29b94a696da051270d905b1e8ed2251ca9ed07f9 Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Fri, 25 Sep 2020 19:16:25 -0400 Subject: [PATCH] Update examples/step-74/doc/intro.dox Co-authored-by: Wolfgang Bangerth --- examples/step-74/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5