Skip to content

Commit

Permalink
[doc] Check-in mesh examples
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed May 31, 2024
1 parent d8f11fe commit 42926d7
Show file tree
Hide file tree
Showing 7 changed files with 6,791 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,18 @@ making it easy to build end-to-end differentiable functions involving both learn

### Mesh

Meshes are new in Φ<sub>Flow</sub> 3.0. We are working on the demos!

<table>
<tbody>
<tr>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/.html"><img src="docs/figures/examples/mesh/"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/.html"><img src="docs/figures/examples/mesh/"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/.html"><img src="docs/figures/examples/mesh/"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/.html"><img src="docs/figures/examples/mesh/"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/FVM_Fluid.html"><img src="docs/figures/examples/mesh/FVM_Fluid.png"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/FVM_Heat.html"><img src="docs/figures/examples/mesh/FVM_Heat.png"></a></td>
<td style="width: 25%;"><a href="https://tum-pbs.github.io/PhiFlow/examples/mesh/Build_Mesh.html"><img src="docs/figures/examples/mesh/Build_Mesh.png"></a></td>
</tr>
<tr>
<td align="center">FVM fluid</td>
<td align="center">Heat flow</td>
<td align="center">Mesh construction</td>
<td style="width: 25%;"></td>
</tr>
</tbody>
</table>
Expand Down
Binary file added docs/figures/examples/mesh/Build_Mesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/examples/mesh/FVM_Fluid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/figures/examples/mesh/FVM_Heat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
772 changes: 772 additions & 0 deletions examples/mesh/Build_Mesh.ipynb

Large diffs are not rendered by default.

4,800 changes: 4,800 additions & 0 deletions examples/mesh/FVM_Fluid.ipynb

Large diffs are not rendered by default.

1,215 changes: 1,215 additions & 0 deletions examples/mesh/FVM_Heat.ipynb

Large diffs are not rendered by default.

0 comments on commit 42926d7

Please sign in to comment.