From: wolf Date: Mon, 10 Jun 2002 08:10:57 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33bc7729eb64a9dbf098ba99f052cacf52278db;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@6032 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index fc24ffbdf8..a2de018b47 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -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;