Skip to content
New issue

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

Initial commit for the Black Scholes devito example #1288

Merged
merged 9 commits into from May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/tutorials.yml
Expand Up @@ -104,6 +104,10 @@ jobs:
- name: Compiler notebooks
run: |
$RUN_CMD py.test --nbval --cov . --cov-config=.coveragerc --cov-report=xml:comp_coverage.xml examples/compiler

- name: Finance notebooks
run: |
$RUN_CMD py.test --nbval --cov . --cov-config=.coveragerc --cov-report=xml:comp_coverage.xml examples/finance

- name: GPU notebooks (only codegen)
run: |
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Expand Up @@ -41,6 +41,7 @@ Further:

* `mpi`: Jupyter notebooks explaining how MPI works in Devito.
* `gpu`: Jupyter notebooks explaining how to run on GPUs with Devito.
* `finance`: Jupyter notebooks with examples of applying Devito to partial differential equations with financial applications.
* `misc`: Example operators outside the context of finite differences and
partial differential equations.

Expand Down
669 changes: 669 additions & 0 deletions examples/finance/bs_ivbp.ipynb

Large diffs are not rendered by default.