We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently in the doc we have: https://pressio.github.io/pressio-demoapps/endtoend_py.html but don't have the same thing for C++: https://pressio.github.io/pressio-demoapps/endtoend_cpp.html
we should add this (obviously we could just say that we expect a build to be ready and point to page) and we could use as starting point the test: https://github.com/Pressio/pressio-demoapps/blob/develop/tests_cpp/eigen_1d_euler_sod_explicit/main.cc
and we can use for plotting an adapted version of the script in: https://github.com/Pressio/pressio-demoapps/blob/develop/tests_cpp/eigen_1d_euler_sod_explicit/plot.py
The text was updated successfully, but these errors were encountered:
#167: add cpp end-to-end demo problem
dc2dad8
Merge pull request #168 from Pressio/167-add-first-problem-for-c++-to…
10d5a75
…-doc #167: add first problem for c++ to doc
cwschilly
Successfully merging a pull request may close this issue.
currently in the doc we have: https://pressio.github.io/pressio-demoapps/endtoend_py.html
but don't have the same thing for C++: https://pressio.github.io/pressio-demoapps/endtoend_cpp.html
we should add this (obviously we could just say that we expect a build to be ready and point to page) and we could use as starting point the test: https://github.com/Pressio/pressio-demoapps/blob/develop/tests_cpp/eigen_1d_euler_sod_explicit/main.cc
and we can use for plotting an adapted version of the script in: https://github.com/Pressio/pressio-demoapps/blob/develop/tests_cpp/eigen_1d_euler_sod_explicit/plot.py
The text was updated successfully, but these errors were encountered: