Skip to content

Commit

Permalink
Sort solver subsubsections
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed May 17, 2024
1 parent dd13854 commit 99d4614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ \subsubsection{FEniCS}
Building the FEniCS-preCICE adapter is now directly possible with \texttt{buildPythonPackage}.
All but two of the adapter's tests run successfully, which means, however, that we need to disable the tests.

\subsubsection{Nutils}

The Nutils~\cite{nutils} solver can be build using \texttt{buildPythonPackage}. One test needs to be disabled, but the rest of the testsuite passes without issues. There is no dedicated Nutils-preCICE adapter, but preCICE is typically directly called from Nutils application scripts.

\subsubsection{OpenFOAM}

The preCICE-OpenFOAM adapter~\cite{OpenFOAMpreCICE} supports multiple flavors of OpenFOAM. We restrict our analysis to the OpenFOAM fork of OpenCFD Ltd\footnote{\url{https://www.openfoam.com/}}.
Expand All @@ -344,10 +348,6 @@ \subsubsection{SU2}
We do this in Nix' patch phase. Afterwards, \texttt{stdenv} automatically recognizes that SU2 uses autotools for building and runs the configure phase.
Finally, to find the preCICE installation, we need to set the configuration flags \texttt{--with-include} and \texttt{--with-lib}.

\subsubsection{Nutils}

The Nutils~\cite{nutils} solver can be build using \texttt{buildPythonPackage}. One test needs to be disabled, but the rest of the testsuite passes without issues. There is no dedicated Nutils-preCICE adapter, but preCICE is typically directly called from Nutils application scripts.

\subsection{preCICE VM}

The current preCICE VM\footnote{\url{https://precice.org/installation-vm.html}} is built on top of Vagrant\footnote{\url{https://www.vagrantup.com/}} using Ubuntu as a base image.
Expand Down

0 comments on commit 99d4614

Please sign in to comment.