-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add citation info #133
Add citation info #133
Changes from 3 commits
1220660
4b3dbae
0874194
a5155a8
2438519
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,31 @@ | ||||||
cff-version: 1.2.0 | ||||||
message: "If you use this software, please cite it as below." | ||||||
authors: | ||||||
- family-names: "Olenik" | ||||||
given-names: "Gregor" | ||||||
- family-names: "Koch" | ||||||
given-names: "Marcel" | ||||||
- family-names: "Boutanios" | ||||||
given-names: "Ziad" | ||||||
- family-names: "Anzt" | ||||||
given-names: "Hartwig" | ||||||
title: "The OpenFOAM Ginkgo Layer (OGL)" | ||||||
version: 0.5.3 | ||||||
date-released: 2024-03-08 | ||||||
url: "https://github.com/hpsim/OGL" | ||||||
preferred-citation: | ||||||
type: article | ||||||
authors: | ||||||
- family-names: "Olenik" | ||||||
given-names: "Gregor" | ||||||
- family-names: "Koch" | ||||||
given-names: "Marcel" | ||||||
- family-names: "Boutanios" | ||||||
given-names: "Ziad" | ||||||
- family-names: "Anzt" | ||||||
given-names: "Hartwig" | ||||||
doi: "10.1007/s11012-024-01806-1" | ||||||
journal: " Meccanica" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||||||
month: 6 | ||||||
title: "Towards a platform‑portable linear algebra backend for OpenFOAM" | ||||||
year: 2024 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,19 @@ title = {{Ginkgo: A Modern Linear Operator Algebra Framework for High Performanc | |
volume = {48}, | ||
year = {2022} | ||
} | ||
|
||
@Article{Olenik2024, | ||
author={Olenik, Gregor and Koch, Marcel and Boutanios, Ziad and Anzt, Hartwig}, | ||
title={Towards a platform-portable linear algebra backend for OpenFOAM}, | ||
journal={Meccanica}, | ||
year={2024}, | ||
month={Jun}, | ||
day={12}, | ||
issn={1572-9648}, | ||
doi={10.1007/s11012-024-01806-1}, | ||
url={https://doi.org/10.1007/s11012-024-01806-1} | ||
} | ||
Comment on lines
+135
to
+145
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please move this above the Ginkgo paper There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
|
||
``` | ||
|
||
## Example | ||
|
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.
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.
Update as requested