Skip to content

Commit

Permalink
Merge pull request #13332 from zjiaqi2018/fix-formula
Browse files Browse the repository at this point in the history
fix a formula
  • Loading branch information
bangerth committed Feb 3, 2022
2 parents 9f03fd1 + 3484e7c commit 7e34340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/deal.II/grid/grid_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e34340

Please sign in to comment.