From: Wolfgang Bangerth Date: Thu, 7 Jul 2016 21:10:00 +0000 (-0500) Subject: Fix a formula. X-Git-Tag: v8.5.0-rc1~911^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2774%2Fhead;p=dealii.git Fix a formula. --- diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 86ac7dd731..ed1aaa95ce 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2015 by the deal.II authors +// Copyright (C) 1998 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -813,7 +813,7 @@ public: * In image space, i.e., in the space in which we operate, this * leads to the curve * @f{align*}{ - * \mathbf s(t) &= F(s(t) + * \mathbf s(t) &= F(\zeta(t)) * \\ &= F(\xi_1 + t (\xi_2-\xi_1)) * \\ &= F\left(F^{-1}(\mathbf x_1) + t\left[F^{-1}(\mathbf x_2) * -F^{-1}(\mathbf x_1)\right]\right).