44Pressio Tutorials
55=====================
66
7- Tutorials suite for the `pressio C++ library <https://pressio.github.io/pressio >`_.
7+ Tutorials suite for the `pressio-rom C++ library <https://pressio.github.io/pressio-rom >`_.
88
99
1010Scope and Motivation
@@ -15,15 +15,15 @@ reduced-order models (ROMs), which is a strongly multidisciplinary topic.
1515Working on a production-level ROM capability inevitably means touching
1616multiple fields, ranging from, e.g., linear algebra, nonlinear solvers
1717and optimization, to time integration, generic programming, and distributed computing/HPC.
18- This is clearly reflected in the `structure of pressio <https://pressio.github.io/pressio >`__:
18+ This is clearly reflected in the `structure of pressio-rom <https://pressio.github.io/pressio-rom >`__:
1919each component handles a specific capability and depends
2020on the ones below it. This allows users to use a component directly, but, as a whole,
21- the full stack constitutes the foundation of the top-level ``pressio/rom ``.
21+ the full stack constitutes the foundation of the top-level ``pressio-rom /rom ``.
2222
23- Describing how to use pressio for ROMs cannot be simply reduced to presenting the API.
23+ Describing how to use Pressio for ROMs cannot be simply reduced to presenting the API.
2424Several steps are involved, and the best way to understand them is via examples.
2525Therefore, these tutorials are designed to show how to *integrate * various
26- capabilities of pressio to do something meaningful, as well as unveil
26+ capabilities of Pressio to do something meaningful, as well as unveil
2727some details that might not be obvious, and are organized into these sections:
2828
29291. End-to-end ROMs using pressio-demoapps
0 commit comments