]> https://gitweb.dealii.org/ - dealii.git/commitdiff
comment formatting
authorJiaqi Zhang <zjiaqi@vt.edu>
Fri, 18 Sep 2020 19:18:02 +0000 (15:18 -0400)
committerJiaqi Zhang <zjiaqi@vt.edu>
Mon, 30 Nov 2020 17:06:40 +0000 (12:06 -0500)
examples/step-74/step-74.cc

index 5668e4b6f514c75cfdf001ca2f670a372579a36b..2f6499687ee4496501534ecf22e1d689357f5fd7 100644 (file)
@@ -402,8 +402,9 @@ namespace Step74
                  +                                 // +
                  diffusion_coefficient * penalty * // nu sigma
                    fe_fv.shape_value(j, point) *   // u_h
-                   fe_fv.shape_value(i, point)) *  // v_h
-                JxW[point];                        // dx
+                   fe_fv.shape_value(i, point)     // v_h
+                 ) *
+                JxW[point]; // dx
 
           for (unsigned int i = 0; i < dofs_per_cell; ++i)
             copy_data.cell_rhs(i) +=
@@ -411,8 +412,9 @@ namespace Step74
                  (fe_fv.shape_grad(i, point) * normals[point]) // (grad v_h . n)
 
                + diffusion_coefficient * penalty * g[point] * // + nu sigma g
-                   fe_fv.shape_value(i, point)) *             // v_h
-              JxW[point];                                     // dx
+                   fe_fv.shape_value(i, point)                // v_h
+               ) *
+              JxW[point]; // dx
         }
     };
 

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.