]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make step-30 easier on the eyes. 17384/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jul 2024 17:19:31 +0000 (11:19 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jul 2024 17:19:31 +0000 (11:19 -0600)
examples/step-30/step-30.cc

index 38215fd19ce1fe86025ea81f97b164970ba19262..39f6b08f4bdb4d07fd8440ef0454dd47c8824ecb 100644 (file)
@@ -339,20 +339,18 @@ namespace Step30
   template <int dim>
   DGMethod<dim>::DGMethod(const bool anisotropic)
     : mapping()
-    ,
     // Change here for DG methods of different degrees.
-    degree(1)
+    degree(1)
     , fe(degree)
     , dof_handler(triangulation)
     , anisotropic_threshold_ratio(3.)
     , anisotropic(anisotropic)
-    ,
     // As beta is a linear function, we can choose the degree of the
     // quadrature for which the resulting integration is correct. Thus, we
     // choose to use <code>degree+1</code> Gauss points, which enables us to
     // integrate exactly polynomials of degree <code>2*degree+1</code>, enough
     // for all the integrals we will perform in this program.
-    quadrature(degree + 1)
+    quadrature(degree + 1)
     , face_quadrature(degree + 1)
     , dg()
   {}

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.