]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix mistake in parameter description 11990/head
authorVachan Potluri <vachanpotluri1997@gmail.com>
Wed, 31 Mar 2021 07:33:44 +0000 (13:03 +0530)
committerVachan Potluri <vachanpotluri1997@gmail.com>
Wed, 31 Mar 2021 07:51:07 +0000 (13:21 +0530)
"repetitions" here is an integer unlike in subdivided_hyper_rectangle()

include/deal.II/grid/grid_generator.h

index 8e641c20eacfb6f1351562af8709eef1c938a928..48e4f32569dca15f0fb9ae5f00bcbe636536d1af 100644 (file)
@@ -157,10 +157,8 @@ namespace GridGenerator
    * @param tria The triangulation to create. It needs to be empty upon
    * calling this function.
    *
-   * @param repetitions A vector of @p dim positive values denoting the number
-   * of cells to generate in that direction. For example, the first component of
-   * the vector specifies the number of cells in the x-direction, the second
-   * component specifies that for the y-direction for dim=2.
+   * @param repetitions An unsigned integer denoting the number of cells to
+   * generate in each direction.
    *
    * @param left Lower bound for the interval used to create the hyper cube.
    *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.