From 00c3dd673dec212610156659ced522b9a5d677ba Mon Sep 17 00:00:00 2001 From: alberto sartori Date: Mon, 29 Feb 2016 22:25:21 +0100 Subject: [PATCH] fixed typos --- examples/step-53/doc/intro.dox | 2 +- include/deal.II/fe/mapping.h | 2 +- include/deal.II/grid/manifold.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/step-53/doc/intro.dox b/examples/step-53/doc/intro.dox index 93519dc785..f86e5b6d2d 100644 --- a/examples/step-53/doc/intro.dox +++ b/examples/step-53/doc/intro.dox @@ -71,7 +71,7 @@ program the details of your geometry: - Integration: When using higher order finite element methods, it is often necessary to compute integrals using curved approximations of the boundary, i.e., describe each edge or face of cells as curves, instead of straight - line segments or bilinear patches). The same is, of course, true when + line segments or bilinear patches. The same is, of course, true when integrating boundary terms (e.g., inhomogenous Neumann boundary conditions). For the purpose of integration, the various Mapping classes then provide the transformation from the reference cell to the actual cell. diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 32be5cc569..6713a4b1d9 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -891,7 +891,7 @@ public: * The mapping types currently implemented by derived classes are: *