From 13c919de13965fcbb539ec8f467d30c1e587dee9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Jun 2021 22:28:10 -0600 Subject: [PATCH] Mention that we now require C++14. --- 9.3/paper.bib | 9 ++++++++- 9.3/paper.tex | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/9.3/paper.bib b/9.3/paper.bib index 0d2b66d..c390c71 100644 --- a/9.3/paper.bib +++ b/9.3/paper.bib @@ -448,11 +448,18 @@ Collection of deal.II Manifold Wrappers for the OpenCASCADE Library}}, @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 diff --git a/9.3/paper.tex b/9.3/paper.tex index 6be1934..d515dff 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -255,7 +255,7 @@ that we briefly outline in the remainder of this section: 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 @@ -264,6 +264,9 @@ that we briefly outline in the remainder of this section: 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. -- 2.39.5