From dd6a53361387f6ee684e68c25f8c83531c388973 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Sep 2005 15:10:18 +0000 Subject: [PATCH] Fix broken sentence. git-svn-id: https://svn.dealii.org/trunk@11357 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 89173e5c88..fdab1b19de 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -509,20 +509,18 @@ namespace QuasiStaticElasticity private: // The private interface is more - // extensive than in step-17. enerate a - // coarse grid and assign appropriate - // boundary condition - // indicators. First, we obviously need - // functions that create the initial - // mesh, set up the variables that - // describe the linear system on the - // present mesh (i.e. matrices and - // vectors), and then functions that - // actually assemble the system, direct - // what has to be solved in each time - // step, a function that solves the - // linear system that arises in each - // timestep (and returns the number of + // extensive than in step-17. First, we + // obviously need functions that create + // the initial mesh, set up the + // variables that describe the linear + // system on the present mesh + // (i.e. matrices and vectors), and + // then functions that actually + // assemble the system, direct what has + // to be solved in each time step, a + // function that solves the linear + // system that arises in each timestep + // (and returns the number of // iterations it took), and finally // output the solution vector on the // currect mesh: -- 2.39.5