Skip to content

Commit a649c21

Browse files
author
Francesco Rizzi
authored
Merge pull request #58 from Pressio/release-candidate-0.16.0
Release candidate 0.16.0
2 parents 8239081 + de356e1 commit a649c21

File tree

24 files changed

+2
-956
lines changed

24 files changed

+2
-956
lines changed

.github/workflows/test-all.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,3 @@ jobs:
102102
run: |
103103
cd $BUILD_DIR
104104
ctest
105-
106-
- name: Run demos
107-
run: |
108-
cd $BUILD_DIR/ode-using-eigen-types
109-
bash runall_for_ci.sh
110-
cd ../nonlinearsolvers-using-eigen-types
111-
bash runall_for_ci.sh

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,4 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
5151
set(CMAKE_CXX_EXTENSIONS OFF)
5252

5353
enable_testing()
54-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/nonlinearsolvers-using-eigen-types)
55-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ode-using-eigen-types)
5654
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/end-to-end-roms)

docs/source/advanced/comingsoon.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
Pressio Tutorials
55
=====================
66

7-
Tutorials suite for the `pressio-rom C++ library <https://pressio.github.io/pressio-rom>`_.
8-
9-
10-
Scope and Motivation
11-
--------------------
12-
137
Pressio was started with a focus on projection-based
148
reduced-order models (ROMs), which is a strongly multidisciplinary topic.
159
Working on a production-level ROM capability inevitably means touching
@@ -26,25 +20,9 @@ Therefore, these tutorials are designed to show how to *integrate* various
2620
capabilities of Pressio to do something meaningful, as well as unveil
2721
some details that might not be obvious, and are organized into these sections:
2822

29-
1. End-to-end ROMs using pressio-demoapps
30-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31-
32-
Complete workflow-based end-to-end demos to demonstrate *in practice* what
33-
pressio offers for ROMs, and to allow you to easily experiment with it
34-
35-
2. Self-contained tutorials using Eigen data types
36-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23+
Currently, the tutorials are focused on presenting workflow-based end-to-end demos to demonstrate *in practice* what
24+
pressio offers for ROMs, and to allow you to easily experiment with it.
3725

38-
Collection of short, independent tutorials on the foundational capabilities
39-
that are easily explained in a self-contained fashion, for example ODE integration
40-
and nonlinear solvers
41-
42-
3. Advance topics
43-
^^^^^^^^^^^^^^^^^
44-
45-
TBD
46-
47-
|
4826

4927
Miscellanea
5028
-----------
@@ -80,21 +58,3 @@ Find us on `Slack <https://pressioteam.slack.com>`_.
8058
./endtoend/swe_galerkin_hypred_1
8159
./endtoend/swe_lspg_default
8260
./endtoend/swe_lspg_hypred_1
83-
84-
.. toctree::
85-
:maxdepth: 0
86-
:hidden:
87-
:caption: 2. self-contained tutorials using Eigen data types
88-
89-
./using_eigen/nonlinsolvers1
90-
./using_eigen/nonlinsolvers2
91-
./using_eigen/ode1
92-
./using_eigen/ode2
93-
./using_eigen/ode3
94-
95-
.. toctree::
96-
:maxdepth: 0
97-
:hidden:
98-
:caption: 3. Advanced Topics
99-
100-
./advanced/comingsoon

docs/source/using_eigen/nonlinsolvers1.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/source/using_eigen/nonlinsolvers2.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/using_eigen/ode1.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/source/using_eigen/ode2.rst

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/source/using_eigen/ode3.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

nonlinearsolvers-using-eigen-types/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)