Skip to content

Commit

Permalink
Add license note
Browse files Browse the repository at this point in the history
  • Loading branch information
GeliezaK committed Aug 14, 2023
1 parent b55aef5 commit d2bad0d
Show file tree
Hide file tree
Showing 47 changed files with 220,987 additions and 1 deletion.
16,611 changes: 16,611 additions & 0 deletions docs/src/notebook-html/jacobi_2D.html

Large diffs are not rendered by default.

16,332 changes: 16,332 additions & 0 deletions docs/src/notebook-html/jacobi_method.html

Large diffs are not rendered by default.

16,211 changes: 16,211 additions & 0 deletions docs/src/notebook-html/julia_async.html

Large diffs are not rendered by default.

17,402 changes: 17,402 additions & 0 deletions docs/src/notebook-html/julia_basics.html

Large diffs are not rendered by default.

16,937 changes: 16,937 additions & 0 deletions docs/src/notebook-html/julia_distributed.html

Large diffs are not rendered by default.

16,142 changes: 16,142 additions & 0 deletions docs/src/notebook-html/julia_intro.html

Large diffs are not rendered by default.

15,919 changes: 15,919 additions & 0 deletions docs/src/notebook-html/julia_jacobi.html

Large diffs are not rendered by default.

15,559 changes: 15,559 additions & 0 deletions docs/src/notebook-html/julia_tutorial.html

Large diffs are not rendered by default.

16,584 changes: 16,584 additions & 0 deletions docs/src/notebook-html/matrix_matrix.html

Large diffs are not rendered by default.

15,559 changes: 15,559 additions & 0 deletions docs/src/notebook-html/mpi_tutorial.html

Large diffs are not rendered by default.

15,345 changes: 15,345 additions & 0 deletions docs/src/notebook-html/notebook-hello.html

Large diffs are not rendered by default.

15,376 changes: 15,376 additions & 0 deletions docs/src/notebook-html/solutions.html

Large diffs are not rendered by default.

15,456 changes: 15,456 additions & 0 deletions docs/src/notebook-html/tsp.html

Large diffs are not rendered by default.

2,126 changes: 2,126 additions & 0 deletions docs/src/notebooks/jacobi_2D.ipynb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions docs/src/notebooks/jacobi_2D.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/jacobi_2D.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="jacobi_2D.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/jacobi_2D.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-html/jacobi_2D.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
978 changes: 978 additions & 0 deletions docs/src/notebooks/jacobi_method.ipynb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions docs/src/notebooks/jacobi_method.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/jacobi_method.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="jacobi_method.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/jacobi_method.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-html/jacobi_method.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
Loading

0 comments on commit d2bad0d

Please sign in to comment.