]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a changelog entry.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 18 Dec 2024 04:29:20 +0000 (21:29 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 18 Dec 2024 04:37:17 +0000 (21:37 -0700)
doc/news/changes/incompatibilities/20241217Bangerth [new file with mode: 0644]

diff --git a/doc/news/changes/incompatibilities/20241217Bangerth b/doc/news/changes/incompatibilities/20241217Bangerth
new file mode 100644 (file)
index 0000000..3c79523
--- /dev/null
@@ -0,0 +1,10 @@
+Changed: Mapping::transform_points_real_to_unit_cell() used to
+designate points for which it could not successfully find reference
+coordinates by setting the first vector component to
+`std::numeric_limits<double>::infinity()`. Unfortunately, on some
+platforms, the use of infinities leads to dramatically slower code
+execution. As a consequence, we now use the (finite) value
+`std::numeric_limits<double>::lowest()` (somewhere around `-1e308`) to
+denote invalid values.
+<br>
+(Wolfgang Bangerth, 2024/12/17)

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.