From 0efa458b2562a4c62e3507b2b4f4793c18a9586a Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 7 Nov 2024 08:23:03 +0100 Subject: [PATCH] Alternative typesetting for C++ --- docs/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/paper.md b/docs/paper.md index b3fdf508..432a33d4 100644 --- a/docs/paper.md +++ b/docs/paper.md @@ -83,7 +83,7 @@ The core module of ASTE then reads the VTK file and passes the data to preCICE, Once the simulation is finished, the generated data is stored in another VTK file and can be compared against the original artificial data. Performance metrics are accessible through the [preCICE performance framework](https://precice.org/tooling-performance-analysis.html). -While the core module of ASTE is written in C++, the pre- and postprocessing scripts are implemented in Python. +While the core module of ASTE is written in `C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\tiny\bf ++}`{=latex}, the pre- and postprocessing scripts are implemented in Python. The core module relies on VTK [@vtkBook], [Boost](https://boost.org/) and MPI for parallel execution. It provides a command line interface for simple simulations and can be configured in JSON [@lohmann2023] for more complex scenarios.