From a97703bb925390f9f4aff431ccc9572d408e6865 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Dec 2015 21:21:39 -0600 Subject: [PATCH] Add reference to a preprint. --- include/deal.II/grid/grid_reordering.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_reordering.h b/include/deal.II/grid/grid_reordering.h index 4f2458a507..7916257c0c 100644 --- a/include/deal.II/grid/grid_reordering.h +++ b/include/deal.II/grid/grid_reordering.h @@ -469,9 +469,13 @@ DEAL_II_NAMESPACE_OPEN * implemented in a specialization for 3d. It using sheets instead of strings * of cells to work on. If a grid is orientable, then the algorithm is able to * do its work in linear time; if it is not orientable, then it aborts in - * linear time as well. Both algorithms are described in a paper by Agelek, - * Anderson, Bangerth and Barth, see the publications page of the deal.II - * library. + * linear time as well. + * + * Both algorithms are described in the paper + * "On orienting edges of unstructured two- and three-dimensional meshes", + * R. Agelek, M. Anderson, W. Bangerth, W. L. Barth (submitted, 2015). + * A preprint is available as arxiv + * 1512.02137. * * *

For the curious

-- 2.39.5