Skip to content

Commit

Permalink
Alternative typesetting for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Nov 7, 2024
1 parent e1d4551 commit 0efa458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0efa458

Please sign in to comment.