From e351e49a07b3695544985c75d90fd690e9999a29 Mon Sep 17 00:00:00 2001 From: Mehdi Ataei Date: Tue, 4 Jun 2024 08:48:21 +0100 Subject: [PATCH] Updated paper link/citation to CPC --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aad6134..dcb67ee 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,21 @@ XLB is a fully differentiable 2D/3D Lattice Boltzmann Method (LBM) library that ## Accompanying Paper -Please refer to the [accompanying paper](https://arxiv.org/abs/2311.16080) for benchmarks, validation, and more details about the library. +Please refer to the [accompanying paper](https://doi.org/10.1016/j.cpc.2024.109187) for benchmarks, validation, and more details about the library. ## Citing XLB If you use XLB in your research, please cite the following paper: ``` -@article{ataei2023xlb, - title={{XLB}: A Differentiable Massively Parallel Lattice Boltzmann Library in Python}, - author={Ataei, Mohammadmehdi and Salehipour, Hesam}, - journal={arXiv preprint arXiv:2311.16080}, - year={2023}, +@article{ataei2024xlb, + title={{XLB}: A differentiable massively parallel lattice {Boltzmann} library in {Python}}, + author={Ataei, Mohammadmehdi and Salehipour, Hesam}, + journal={Computer Physics Communications}, + volume={300}, + pages={109187}, + year={2024}, + publisher={Elsevier} } ```