From a056781f4bc1fc835b672db95bdebf96337478e9 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 May 2002 13:28:21 +0000 Subject: [PATCH] Update. git-svn-id: https://svn.dealii.org/trunk@5939 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html index 70568cad31..812de2a8ec 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.data/intro.html @@ -24,8 +24,7 @@ them are: cell data) format as used by AVS Explorer.
  • Finite element programs usually use extensive amounts of computing time, so some optimizations are sometimes - necessary. We will show some of them in the assemblage of - matrices and vectors. + necessary. We will show some of them.
  • On the other side, finite element programs tend to be rather complex, so debugging is an important aspect. We support safe programming by using assertions that check the validity of -- 2.39.5