\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
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}
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()}.
\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}.
\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