]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Jun 2002 08:10:57 +0000 (08:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Jun 2002 08:10:57 +0000 (08:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@6032 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-14/step-14.cc

index fc24ffbdf89d6443284ec3a3dede17fa412ddce8..a2de018b47f6d100509f61d634871e442226cc5f 100644 (file)
@@ -671,7 +671,6 @@ namespace LaplaceSolver
                                        linear_system.matrix,
                                        solution,
                                        linear_system.rhs);
-
   };
 
 
@@ -3622,22 +3621,23 @@ struct Framework
                                     // simple use.
     struct ProblemDescription 
     {
-                                        // First allow the degrees of
-                                        // the piecewise polynomials
-                                        // by which the primal and
-                                        // dual problems will be
-                                        // discretized. They default
-                                        // to (bi-, tri-)linear
-                                        // ansatz functions for the
-                                        // primal, and (bi-,
-                                        // tri-)quadratic ones for
-                                        // the dual problem. If a
-                                        // refinement criterion is
-                                        // chosen that does not need
-                                        // the solution of a dual
-                                        // problem, the value of the
-                                        // dual finite element degree
-                                        // is of course ignored.
+                                        // First allow for the
+                                        // degrees of the piecewise
+                                        // polynomials by which the
+                                        // primal and dual problems
+                                        // will be discretized. They
+                                        // default to (bi-,
+                                        // tri-)linear ansatz
+                                        // functions for the primal,
+                                        // and (bi-, tri-)quadratic
+                                        // ones for the dual
+                                        // problem. If a refinement
+                                        // criterion is chosen that
+                                        // does not need the solution
+                                        // of a dual problem, the
+                                        // value of the dual finite
+                                        // element degree is of
+                                        // course ignored.
        unsigned int primal_fe_degree;
        unsigned int dual_fe_degree;
 

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.