From: Martin Kronbichler Date: Tue, 7 Apr 2020 16:19:32 +0000 (+0200) Subject: Changelog X-Git-Tag: v9.2.0-rc1~19^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc572c2fc6d23574985923acbee9fe100f2dc9ea;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20200407MartinKronbichler b/doc/news/changes/minor/20200407MartinKronbichler new file mode 100644 index 0000000000..c893158f15 --- /dev/null +++ b/doc/news/changes/minor/20200407MartinKronbichler @@ -0,0 +1,9 @@ +Improved: GridGenerator::hyper_shell() in 3d now supports more `n_cells` +options. While previously only 6, 12, or 96 cells were possible, the function +now supports any number of the kind $6 \times 2^m$ with $m$ a non-negative +integer. The new cases $m=2,3$ and $m\geq 5$ correspond to refinement in the +azimuthal direction of the 6 or 12 cell case with a single mesh layer in +radial direction, and are intended for shells that are thin and should be +given more resolution in azimuthal direction. +
+(Martin Kronbichler, 2020/04/07)