From cdbd9bbf138d94dc8ac8e3912a67f7d34a130e70 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 13 Dec 2017 09:42:28 +0100 Subject: [PATCH] update FE_Enriched reference paper --- include/deal.II/fe/fe_enriched.h | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/include/deal.II/fe/fe_enriched.h b/include/deal.II/fe/fe_enriched.h index 40087821c5..2a43d3bad9 100644 --- a/include/deal.II/fe/fe_enriched.h +++ b/include/deal.II/fe/fe_enriched.h @@ -140,13 +140,19 @@ DEAL_II_NAMESPACE_OPEN * * When using this class, please cite * @code{.bib} - * @Article{Davydov2016, - * Title = {On the h-adaptive PUM and hp-adaptive FEM approaches applied to PDEs in quantum mechanics.}, - * Author = {Davydov, D and Gerasimov, T and Pelteret, J.-P. and Steinmann, P.}, - * eprinttype = {arXiv}, - * eprint = {1612.02305}, - * eprintclass = {physics.comp-ph}, - * Year = {2016}, + * @Article{Davydov2017, + * author = {Denis Davydov and Tymofiy Gerasimov and Jean-Paul Pelteret and Paul Steinmann}, + * title = {Convergence study of the h-adaptive PUM and the hp-adaptive FEM applied to eigenvalue problems in quantum mechanics}, + * journal = {Advanced Modeling and Simulation in Engineering Sciences}, + * year = {2017}, + * volume = {4}, + * number = {1}, + * pages = {7}, + * month = {Dec}, + * issn = {2213-7467}, + * day = {12}, + * doi = {10.1186/s40323-017-0093-0}, + * url = {https://doi.org/10.1186/s40323-017-0093-0}, * } * @endcode * The PUM was introduced in -- 2.39.5