-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
3 changed files
with
74 additions
and
90 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@article{bezanson2017, | ||
title={Julia: A fresh approach to numerical computing}, | ||
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B}, | ||
journal={SIAM review}, | ||
volume={59}, | ||
number={1}, | ||
pages={65--98}, | ||
year={2017}, | ||
publisher={SIAM} | ||
} | ||
@inproceedings{jasak2007, | ||
title={OpenFOAM: A C++ library for complex physics simulations}, | ||
author={Jasak, Hrvoje and Jemcov, Aleksandar and Tukovic, Zeljko and others}, | ||
booktitle={International workshop on coupled methods in numerical dynamics}, | ||
volume={1000}, | ||
pages={1--20}, | ||
year={2007}, | ||
organization={IUC Dubrovnik Croatia} | ||
} | ||
@misc{clawpack2020, | ||
title={Clawpack software}, | ||
author={{Clawpack Development Team}}, | ||
url={http://www.clawpack.org}, | ||
note={Version 5.7.1}, | ||
doi={https://doi.org/10.5281/zenodo.4025432}, | ||
year={2020}} | ||
@article{Flux2018, | ||
author = {Michael Innes and | ||
Elliot Saba and | ||
Keno Fischer and | ||
Dhairya Gandhi and | ||
Marco Concetto Rudilosso and | ||
Neethu Mariya Joy and | ||
Tejan Karmali and | ||
Avik Pal and | ||
Viral Shah}, | ||
title = {Fashionable Modelling with Flux}, | ||
journal = {CoRR}, | ||
volume = {abs/1811.01457}, | ||
year = {2018}, | ||
url = {https://arxiv.org/abs/1811.01457}, | ||
archivePrefix = {arXiv}, | ||
eprint = {1811.01457}, | ||
timestamp = {Thu, 22 Nov 2018 17:58:30 +0100}, | ||
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1811-01457}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
@misc{xiao2020, | ||
title={Using neural networks to accelerate the solution of the Boltzmann equation}, | ||
author={Tianbai Xiao and Martin Frank}, | ||
year={2020}, | ||
eprint={2010.13649}, | ||
archivePrefix={arXiv}, | ||
primaryClass={physics.comp-ph} | ||
} |
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
ad63edd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
ad63edd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/27441
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: