From 8f4b4c7ac4e9444297dadcacf8f1a8377ef60ab5 Mon Sep 17 00:00:00 2001 From: Emma Cinatl Date: Fri, 16 Feb 2018 13:27:31 -0500 Subject: [PATCH] Typos corrected in step-3 --- examples/step-3/doc/intro.dox | 2 +- examples/step-3/step-3.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/step-3/doc/intro.dox b/examples/step-3/doc/intro.dox index ce011b2101..193fc8c266 100644 --- a/examples/step-3/doc/intro.dox +++ b/examples/step-3/doc/intro.dox @@ -295,7 +295,7 @@ common structure that almost all following tutorial programs will use: may want to output it in a format that can be visualized, or you may want to compute quantities you are interested in: say, heat fluxes in a heat exchanger, air friction coefficients of a wing, maximum bridge - loads, or simple the value of the numerical solution at a point. This + loads, or simply the value of the numerical solution at a point. This function is therefore the place for postprocessing your solution. All of this is held together by the single public function (other than the diff --git a/examples/step-3/step-3.cc b/examples/step-3/step-3.cc index 61ce96b288..55746876e0 100644 --- a/examples/step-3/step-3.cc +++ b/examples/step-3/step-3.cc @@ -36,7 +36,7 @@ #include #include -// In this file contains the description of the Lagrange interpolation finite +// This file contains the description of the Lagrange interpolation finite // element: #include @@ -44,7 +44,7 @@ // matrices, as shown in previous examples: #include -// The next two file are needed for assembling the matrix using quadrature on +// The next two files are needed for assembling the matrix using quadrature on // each cell. The classes declared in them will be explained below: #include #include -- 2.39.5