forked from AMReX-Codes/amrex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION
More file actions
41 lines (35 loc) · 1.84 KB
/
CITATION
File metadata and controls
41 lines (35 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
If you use AMReX, we ask you to cite the JOSS paper and the first IJHPCA paper:
@ARTICLE{AMReX_JOSS,
author = {Weiqun Zhang and Ann Almgren and Vince Beckner and John Bell and Johannes Blaschke and Cy Chan and Marcus Day and Brian Friesen and Kevin Gott and Daniel Graves and Max Katz and Andrew Myers and Tan Nguyen and Andrew Nonaka and Michele Rosso and Samuel Williams and Michael Zingale},
title = "{AMReX: A Framework for Block-Structured Adaptive Mesh Refinement}",
journal = {Journal of Open Source Software},
year = 2019,
volume = 4,
number = 37,
pages = {1370},
doi = {10.21105/joss.01370},
keywords = {methods:numerical, adaptive mesh refinement}
}
@ARTICLE{AMReX_IJHPCA1,
author = {Zhang, W. and Myers, A. and Gott, K. and Almgren, A. and Bell, J.},
title = {{AMReX}: {B}lock-structured adaptive mesh refinement for multiphysics applications},
journal = {The International Journal of High Performance Computing Applications},
year = {2021},
volume = {35},
number = {6},
pages = {508-526},
doi = {10.1177/10943420211022811}
}
If you have also used pyAMReX and/or you use more modern features of AMReX, please also cite
@ARTICLE{AMReX_IJHPCA2,
author = {Andrew Myers and Weiqun Zhang and Ann Almgren and Thierry Antoun and John Bell and Axel Huebl and Alexander Sinn},
title = {{AMReX} and {pyAMReX}: Looking Beyond the Exascale Computing Project},
journal = {The International Journal of High Performance Computing Applications},
year = {2024},
volume = {38},
number = {6},
doi = {10.1177/10943420241271017}
}
You should also cite the zenodo DOI for the code release. A bibtex
entry for the latest release can be found here:
https://doi.org/10.5281/zenodo.2555438