]> https://gitweb.dealii.org/ - dealii.git/commit
Fix a bug in the parallelepiped mesh generator.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 7 May 2016 19:13:35 +0000 (15:13 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 8 May 2016 13:29:42 +0000 (09:29 -0400)
commitccb56e7fb59f4a4892f27fcff876846fa631b213
treedfa5da4a933dad71e96e0a9833c83a7fcd91a26d
parentc7477065742eaaca3d07be7509796f0cf6d204dc
Fix a bug in the parallelepiped mesh generator.

This function generated cells with negative volume due to an orientation
issue. In particular, the function used to generate cells (see
tests/grid/grid_parallelepiped.output) with vertices (given here in
lexical order)

0 0
0 0.5
0.5 0.5
0.5 0

which results in a twisted cell, instead of

0 0
0.5 0
0.5 0.5
0 0.5

which is correct.
doc/news/changes.h
source/grid/grid_generator.cc
tests/grid/grid_parallelepiped.output
tests/grid/grid_parallelepiped_03.output
tests/grid/grid_parallelepiped_05.output

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.