From 352eb56d80d841e37441224ef34ea3e3618314f7 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Fri, 28 Jun 2024 09:29:08 -0400 Subject: [PATCH] Update papers.md Signed-off-by: Spencer Bryngelson --- docs/documentation/papers.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/documentation/papers.md b/docs/documentation/papers.md index b51100f1f..4250c7863 100644 --- a/docs/documentation/papers.md +++ b/docs/documentation/papers.md @@ -1,6 +1,4 @@ -# Papers & Posters - -## Papers +# Papers MFC: An open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver. [S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2021) Computer Physics Communications **266**, 107396](https://doi.org/10.1016/j.cpc.2020.107396) @@ -31,6 +29,16 @@ Method for scalable and performant GPU-accelerated simulation of multiphase comp } ``` -## Posters +
Supercomputing 22 (SC'22): Scalable GPU Accelerated Simulation of Multiphase Compressible Flow (A. Radhakrishnan, H. Le Berre, and S. H. Bryngelson). [Archive](https://sc22.supercomputing.org/proceedings/tech_poster/tech_poster_pages/rpost122.html) and [PDF](https://sc22.supercomputing.org/proceedings/tech_poster/poster_files/rpost122s3-file2.pdf). +```bibtex +@inproceedings{radhakrishnan22, + title = {Scalable {GPU} accelerated simulation of multiphase compressible flow}, + author = {A. Radhakrishnan and H. {Le Berre} and S. H. Bryngelson}, + year = {2022}, + booktitle = {The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC)}, + address = {Dallas, TX, USA}, + pages = {1--3} +} +```