]> https://gitweb.dealii.org/ - dealii.git/commit
Fix compilation with intel 17 (and a UCD bug). 12140/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 4 May 2021 21:10:27 +0000 (17:10 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 6 May 2021 16:38:53 +0000 (12:38 -0400)
commitdd7e3f1400b4f743cae2b5d01e7f5653d46d033d
treeb3de739a6c4053ef7a53a58f748ad3128640964d
parenta621b86eec52a65a4519559807798c2b692d78f5
Fix compilation with intel 17 (and a UCD bug).

In particular, the new function set_node_numbers sets up the internal node
numbers for patches in the deal.II numbering, not UCD or DX or anything else.
However, the code

    nodes[GeometryInfo<dim>::ucd_to_deal[0]] = start;

assumes the RHS values are numbered with UCD (e.g., that start is the global
index for local UCD vertex number 0), which is not correct. Hence: fixing this
bug corrected the UCD output for many tests.
doc/news/changes/minor/20210506DavidWells [new file with mode: 0644]
source/base/data_out_base.cc
tests/data_out/data_out.output
tests/data_out/data_out_01.output
tests/data_out/data_out_02.output
tests/data_out/data_out_06.output
tests/data_out/data_out_07.output
tests/data_out/data_out_base.output
tests/data_out/data_out_rotation_01.output
tests/data_out/data_out_rotation_02.output
tests/data_out/data_out_rotation_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.