Skip to content

Commit

Permalink
Add referencing section to the README
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
ddemidov committed Jun 25, 2019
1 parent 73cf138 commit bc1f97a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,29 @@ code.

See AMGCL documentation at http://amgcl.readthedocs.io/

## Referencing

D. Demidov. AMGCL: An efficient, flexible, and extensible algebraic multigrid
implementation. Lobachevskii Journal of Mathematics, 40(5):535–546, May 2019.
[doi](https://doi.org/10.1134/S1995080219050056) [pdf](https://rdcu.be/bHFsY)

```bib
@Article{Demidov2019,
author="Demidov, D.",
title="AMGCL: An Efficient, Flexible, and Extensible Algebraic Multigrid Implementation",
journal="Lobachevskii Journal of Mathematics",
year="2019",
month="May",
day="01",
volume="40",
number="5",
pages="535--546",
issn="1818-9962",
doi="10.1134/S1995080219050056",
url="https://doi.org/10.1134/S1995080219050056"
}
```

## Support

* GitHub issues page: https://github.com/ddemidov/amgcl/issues
Expand Down
27 changes: 27 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,33 @@ which enables tight integration between AMGCL and the user code.
The source code is available under liberal MIT license at
https://github.com/ddemidov/amgcl.

Referencing
-----------

D. Demidov. AMGCL: An efficient, flexible, and extensible algebraic multigrid
implementation. Lobachevskii Journal of Mathematics, 40(5):535–546, May 2019.
doi_ pdf_

.. _doi: https://doi.org/10.1134/S1995080219050056
.. _pdf: https://rdcu.be/bHFsY

.. code:: bibtex
@Article{Demidov2019,
author="Demidov, D.",
title="AMGCL: An Efficient, Flexible, and Extensible Algebraic Multigrid Implementation",
journal="Lobachevskii Journal of Mathematics",
year="2019",
month="May",
day="01",
volume="40",
number="5",
pages="535--546",
issn="1818-9962",
doi="10.1134/S1995080219050056",
url="https://doi.org/10.1134/S1995080219050056"
}
Contents:
---------

Expand Down

0 comments on commit bc1f97a

Please sign in to comment.