From 52335052cf72d6d807c44929972ff7b04d78e476 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Tue, 30 Jul 2024 10:47:06 +0200 Subject: [PATCH] More consistent brackets for citations --- docs/paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/paper.md b/docs/paper.md index 4caf6d3d..e17bdb70 100644 --- a/docs/paper.md +++ b/docs/paper.md @@ -60,7 +60,7 @@ Note that the framework dependencies are usually heavy by themselves, e.g., pack ASTE, on the other hand, replaces coupled models and only requires a reduced set of dependencies. It abstracts the computational complexity of the models away by extracting the relevant information from VTK files instead and passing extracted data to preCICE, potentially in parallel on distributed memory. While the VTK files may stem from actual simulations, ASTE can also generate artificial VTK files with prescribed coupling data. -This makes ASTE a lightweight and valuable tool for the development of preCICE to test new features on real-world applications in an artificial solver-like setup, e.g., for developing new communication algorithms [@Lindner2019; @Totounferoush2021] or to develop new mapping methods, e.g., @Ariguib2022; @precice-reference; @Martin2022; @Schneider2023. +This makes ASTE a lightweight and valuable tool for the development of preCICE to test new features on real-world applications in an artificial solver-like setup, e.g., for developing new communication algorithms [@Lindner2019; @Totounferoush2021] or to develop new mapping methods, e.g., [@Ariguib2022; @precice-reference; @Martin2022; @Schneider2023]. In fact, testing and developing preCICE was the use case behind the first prototype of ASTE, which was developed as part of @Lindner2019. Beyond the development in preCICE, ASTE also fosters the development of new adapter codes to be coupled via preCICE, as it aids in debugging and enhances the transparency of data flow. @@ -70,7 +70,7 @@ Hence, running the original models repeatedly for development purposes of preCIC However, this does not only hold for software development, but also for parameter tuning for real-world applications, where the execution of involved models might become prohibitively expensive already due to the problem size. In this regard, the entire tool chain of ASTE enables to easily alter the simulation setup through different partitioning schemes or different configuration settings of preCICE. For the configuration of data mappings particularly, ASTE can evaluate additional accuracy metrics. -Combined with the performance instrumentation of preCICE itself, this enables finding appropriate settings for specific scenarios (e.g. as demonstrated in the large-scale example in [@ExaFSA2020]). +Combined with the performance instrumentation of preCICE itself, this enables finding appropriate settings for specific scenarios (e.g. as demonstrated in the large-scale example in @ExaFSA2020). Lastly, ASTE provides a reproducible environment which enables to share and rerun scenarios, regardless of the availability of involved software components (e.g. through the [preCICE forum](https://precice.discourse.group/)).