From d88ece788e8cc5b33443c7ba714e7e8f72c7a139 Mon Sep 17 00:00:00 2001 From: N_T Date: Wed, 3 Apr 2024 16:11:28 +0200 Subject: [PATCH] added arxiv link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3310148..5773d04 100644 --- a/README.md +++ b/README.md @@ -1,4 +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). -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. \ No newline at end of file +(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.