]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix tutorials with MappingQ
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 9 Jun 2021 19:24:09 +0000 (21:24 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 5 Jul 2021 10:08:26 +0000 (12:08 +0200)
examples/step-32/doc/intro.dox
examples/step-32/step-32.cc
examples/step-34/step-34.cc

index 023636ef5a8ff5d8b39f144cb1820813f8a64218..c030c65876ae0bbcc7ce720398ac4ce5d1d0630b 100644 (file)
@@ -635,11 +635,7 @@ program if we are already using higher order finite elements for the
 velocity. Consequently, we will introduce a member variable of type
 MappingQ that
 denotes such a mapping (step-10 and step-11 introduce such mappings
-for the first time) and that we will use in all computations on cells
-that are adjacent to the boundary. Since this only affects a
-relatively small fraction of cells, the additional effort is not very
-large and we will take the luxury of using a quartic mapping for these
-cells.
+for the first time) and that we will use in all computations.
 
 
 <h3> Parallelization on clusters </h3>
index 462cfa4d60e20505f4646144806a9968c22b09af..3562caa8a93c41a7afe94d0a23248b00ec8153c2 100644 (file)
@@ -815,9 +815,7 @@ namespace Step32
     //
     // - The <code>mapping</code> variable is used to denote a higher-order
     // polynomial mapping. As mentioned in the introduction, we use this
-    // mapping when forming integrals through quadrature for all cells that
-    // are adjacent to either the inner or outer boundaries of our domain
-    // where the boundary is curved.
+    // mapping when forming integrals through quadrature for all cells.
     //
     // - In a bit of naming confusion, you will notice below that some of the
     // variables from namespace TrilinosWrappers are taken from namespace
index 83dfcdde67c0c8a0f016a8aba602a56aee665304..d8ab9e2539a76cb8fafd3fb936a40595389b41fd 100644 (file)
@@ -229,7 +229,7 @@ namespace Step34
     // examples.
     //
     // The class is constructed in a way to allow for arbitrary order of
-    // approximation of both the domain (through high order mapping) and the
+    // approximation of both the domain (through high order mappings) and the
     // finite element space. The order of the finite element space and of the
     // mapping can be selected in the constructor of the class.
 
@@ -315,7 +315,7 @@ namespace Step34
                               const unsigned int mapping_degree)
     : fe(fe_degree)
     , dof_handler(tria)
-    , mapping(mapping_degree, true)
+    , mapping(mapping_degree)
     , wind(dim)
     , singular_quadrature_order(5)
     , n_cycles(4)

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.