From c5004606504dc5708b1d5f3644b17072495a1ae2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 19:20:44 +0000 Subject: [PATCH] Improve wording git-svn-id: https://svn.dealii.org/trunk@14053 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/main.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/headers/main.h b/deal.II/doc/doxygen/headers/main.h index 40b6b4f928..7262b10c12 100644 --- a/deal.II/doc/doxygen/headers/main.h +++ b/deal.II/doc/doxygen/headers/main.h @@ -171,13 +171,14 @@ * module. * * - *
  • Linear System: One one knows how to evaluate the + *
  • Linear System: If one knows how to evaluate the * values and gradients of shape functions on individual cells using * FEValues and friends, and knows how to get the global numbers of * the degrees of freedom on a cell using the DoFHandler iterators, - * one uses the bilinear form of the problem to assemble the system - * matrix (and right hand side) of the linear system from which we - * will determine the solution of our problem. + * then the next step is to use the bilinear form of the problem to + * assemble the system matrix (and right hand side) of the linear + * system. We will then determine the solution of our problem from + * this linear system. * * To do this, we need to have classes that store and manage the * entries of matrices and vectors. deal.II comes with a whole set -- 2.39.5