From: David Wells Date: Mon, 21 Jun 2021 21:52:16 +0000 (-0400) Subject: Fix hbox overflows with better wordings. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1877bb4f71d3f016442d77e821478c785d64fe0;p=release-papers.git Fix hbox overflows with better wordings. Also move the caption below the table. --- diff --git a/9.3/paper.tex b/9.3/paper.tex index fae9aa1..c9ca6f6 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -542,11 +542,8 @@ contains ported variants of a number of existing tutorials: 1, 2, 3, 4, 6, 7, 8, \end{figure} \begin{table} - \caption{\it List of new scalar \texttt{FiniteElement} classes for the new - reference-cell types. Vectorial elements can be constructed based on these classes - via \texttt{FE\_Systems}.}\label{tab:simplex:fe} \centering - \begin{tabular}{cccc} + \begin{tabular}{@{} cccc @{}} \toprule \textbf{reference cell} & \textbf{finite element} & \textbf{dimension} & \textbf{degree}\\ \midrule @@ -556,6 +553,9 @@ contains ported variants of a number of existing tutorials: 1, 2, 3, 4, 6, 7, 8, wedge & FE\_WedgeP, FE\_WedgeDGP & 3 & 1--2 \\ \bottomrule \end{tabular} + \caption{\it List of new scalar \texttt{FiniteElement} classes for the new + reference-cell types. Vectorial elements can be constructed based on these classes + via \texttt{FE\_Systems}.}\label{tab:simplex:fe} \end{table} @@ -589,7 +589,7 @@ The most obvious way to generate a simplex or a mixed mesh is to read the mesh f generated by an external mesh generator. Currently, we support the \texttt{VTK}, \texttt{MSH} (generated by the \textsc{gmsh} program \cite{geuzaine2009gmsh}), and \texttt{EXODUS II} file formats. -Alternatively, one can create a pure hypercube mesh with the existing functions +Alternatively, one can create a pure hypercube mesh with the functions in the \texttt{GridGenerator} namespace and convert it to a pure simplex mesh with the function \texttt{GridGenerator::convert\_\allowbreak hypercube\_\allowbreak to\_\allowbreak simplex\_\allowbreak mesh()}. @@ -868,7 +868,7 @@ DEAL_II_NAMESPACE_CLOSE \subsubsection{Parallel matrix-free $hp$-implementation}\label{subsubsection:mf:hp} -With release 9.1, large parts of the $hp$-algorithms +In release 9.1, large parts of the $hp$-algorithms in \dealii were ported to a model that allows for parallel matrix-based simulations \cite{dealII91}. In the present release, the parallel $hp$ support was extended to \texttt{MatrixFree}. @@ -1217,7 +1217,7 @@ may have been more widely used: \begin{itemize} \item The \texttt{hp::DoFHandler} class has been deprecated. The standard \texttt{DoFHandler} class is now capable of all $hp$-functionalities. - \item Consequently, all template arguments \texttt{DoFHandlerType} are obsolete, + \item Consequently, all template arguments \texttt{DoFHandlerType} are now obsolete, and classes like \texttt{DataOut} or \texttt{SolutionTransfer} for example no longer require them. If you rely on these template arguments, an interim namespace \texttt{Legacy} has been introduced that provides all affected