-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
N_T
committed
Apr 3, 2024
1 parent
d88ece7
commit 4cb25ff
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SFBC | ||
This repository contains the Neural Network code for the paper: Symmetric basis convolutions for learning lagrangian fluid mechanics (Published at ICLR 2024). | ||
|
||
(Full Paper)[https://arxiv.org/abs/2403.16680] | ||
[Full Paper](https://arxiv.org/abs/2403.16680) | ||
|
||
For the solver used to generate the 2D Datasets see here: https://github.com/wi-re/torchSPHv2, for the 1D Solver see this demonstration script: https://colab.research.google.com/drive/1sXpvpARWptz0VncnVgo8ga76_qsRyjzz?authuser=1. |