From: wolf Date: Wed, 3 May 2006 15:51:01 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f604a0840788b3c0cbba5401388a9a455221ef;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@13022 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_tools.h b/deal.II/deal.II/include/grid/grid_tools.h index 8c7d54aa73..deed8080be 100644 --- a/deal.II/deal.II/include/grid/grid_tools.h +++ b/deal.II/deal.II/include/grid/grid_tools.h @@ -218,19 +218,19 @@ class GridTools * total number of cells. * * There are cases where this - * function will not found a - * given point in space - * dimensions higher than one, - * even though it is inside the - * domain being discretized, or - * will find a point that is - * actually outside the - * domain. The reason for this is - * that we use piecewise d-linear - * mappings of the unit cell to - * real cells. Thus, if a point - * is close to a convex boundary - * or on it, it may not be inside + * function will not find a given + * point in space dimensions + * higher than one, even though + * it is inside the domain being + * discretized, or will find a + * point that is actually outside + * the domain. The reason for + * this is that we use piecewise + * (bi-,tri-)linear mappings of + * the unit cell to real + * cells. Thus, if a point is + * close to a convex boundary or + * on it, it may not be inside * any of the cells since they * have straight boundaries that * lie entirely inside the @@ -254,7 +254,7 @@ class GridTools * may be used instead that uses * a linear search over all * active cells, rather than - * first searchin for a coarse + * first searching for a coarse * grid cell. Note, however, that * such an algorithm has a * significantly higher numerical @@ -265,7 +265,7 @@ class GridTools * boundary of two or more cells, * then the algorithm may return * with any of these cells. While - * this is in general not really + * this is in general not really a * problem, if may be a nuisance * if the point lies at the * boundary of cells with