From 658dba7812e451eaca94ad7f0b2c274f793fe05a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Jul 2016 16:10:00 -0500 Subject: [PATCH] Fix a formula. --- include/deal.II/grid/manifold.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.39.5