\usepackage{siunitx}
+\usepackage{floatflt}
+
%\renewcommand{\baselinestretch}{2.0}
\usepackage[normalem]{ulem}
\subsection{Python interfaces}
\label{subsec:python}
-\begin{figure}
-\centering
-\includegraphics[scale=0.5]{python_mesh.png}
-\caption{\it The mesh generated by the Python code shown in the main
- text. Cells are colored by material id.}
-\label{fig:pymesh}
-\end{figure}
-
-
Initial support for Python has existed in \dealii{} since version
9.0. The present release significantly extends the Python
interface. Specifically, a large number of methods from classes such
\end{python}
The mesh that results from this code is shown in Fig.~\ref{fig:pymesh}.
+\begin{floatingfigure}[r]{0.3\textwidth}
+ \centering
+ \vspace*{-1.4cm}
+ \includegraphics[width=0.3\textwidth]{python_mesh.png}
+ \vspace*{-5mm}
+ \caption{\it The mesh generated by the Python code shown in the main
+ text. Cells are colored by material id.}
+ \vspace*{0.2cm}
+\label{fig:pymesh}
+\end{floatingfigure}
All triangulations created from within Python are serial. However,
once the mesh is designed, the triangulation can be serialized along
with the auxiliary information about possible refinement, boundaries,