@Misc{cpp11,
key = {C++11},
- author = {International Standards Organization},
+ author = {{International Standards Organization}},
title = {{ISO/IEC} 14882:2011: The {C}++11 Programming Language Standard},
howpublished = {\url{http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372}},
year = 2011}
+@Misc{cpp14,
+ key = {C++14},
+ author = {{International Standards Organization}},
+ title = {{ISO/IEC} 14882:2014: The {C}++14 Programming Language Standard},
+ howpublished = {\url{https://www.iso.org/standard/64029.html}},
+ year = 2014}
+
@Article{trilinos,
author = {M. A. Heroux and R. A. Bartlett and V. E. Howle and R. J. Hoekstra and J. J. Hu
and T. G. Kolda and R. B. Lehoucq and K. R. Long and R. P. Pawlowski and
accessible on \texttt{Docker Hub} via \texttt{dealii/dealii:master-focal}. This image is
particular useful when used in the continuous-integration processes of user codes.
- \item A long standing orientation issue for the vector valued finite
+ \item A long-standing orientation issue for the vector valued finite
element \texttt{FE\_RaviartThomas<3>} was resolved. This issue
prevented the user from using this class on meshes with cells that
do not have standard orientation, i.e., cells that have faces that
necessary $H(\mathrm{div})$-conformity condition is met for all
polynomial orders. This is verified through a new conformity test
on non-standard meshes.
+
+ \item \dealii{} now requires compilers to support the C++14 standard
+ \cite{cpp14}.
\end{itemize}
%
The changelog lists more than 200 other features and bugfixes.