From 3484e7c7bfb58b90b3f6ac6810933b9a09fe2a45 Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Thu, 3 Feb 2022 10:41:24 -0500 Subject: [PATCH] fix a formula --- include/deal.II/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index e42073c3c7..267a92dad4 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1618,8 +1618,8 @@ namespace GridGenerator * * @f[ * r = r_{\mathrm{inner}} + (r_\mathrm{outer} - r_\mathrm{inner}) - * \frac{1 - \tanh(\mathrm{skewness}(1 - k/\mathrm{n\_shells}))} - * {\tanh(\mathrm{skewness})} + * \left(1 - \frac{ \tanh(\mathrm{skewness}(1 - k/\mathrm{n\_shells}))} + * {\tanh(\mathrm{skewness})}\right) * @f] * * where @p skewness is a parameter controlling the shell spacing in the -- 2.39.5