From: Wolfgang Bangerth Date: Tue, 8 Dec 2015 03:21:39 +0000 (-0600) Subject: Add reference to a preprint. X-Git-Tag: v8.4.0-rc2~170^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97703bb925390f9f4aff431ccc9572d408e6865;p=dealii.git Add reference to a preprint. --- 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