]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
Fix hbox overflows with better wordings.
authorDavid Wells <drwells@email.unc.edu>
Mon, 21 Jun 2021 21:52:16 +0000 (17:52 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 21 Jun 2021 21:52:16 +0000 (17:52 -0400)
Also move the caption below the table.

9.3/paper.tex

index fae9aa1bae0bac09378ac0401a2d174cf9864e9d..c9ca6f6db22f6756b48b8344db8a7775f71cf9d7 100644 (file)
@@ -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

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.