]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Extend references of HangingNodes 12743/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 5 Sep 2021 09:22:51 +0000 (11:22 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 5 Sep 2021 09:22:55 +0000 (11:22 +0200)
doc/doxygen/references.bib
include/deal.II/matrix_free/hanging_nodes_internal.h

index 2696b6e2e29a33de431c49f604712a3adccec8e9..b425869a1d0e0f333e7724be60741e68036ed57e 100644 (file)
   pages =     {159--168},
   url =       {https://doi.org/10.1145/1837853.1693476}
 }
+
+@inproceedings{ljungkvist2017matrix,
+  title={Matrix-free finite-element computations on graphics processors with adaptively refined unstructured meshes.},
+  author={Ljungkvist, Karl},
+  booktitle={SpringSim (HPC)},
+  pages={1--1},
+  year={2017}
+}
+
+@article{kronbichler2019multigrid,
+  title={Multigrid for matrix-free high-order finite element computations on graphics processors},
+  author={Kronbichler, Martin and Ljungkvist, Karl},
+  journal={ACM Transactions on Parallel Computing (TOPC)},
+  volume={6},
+  number={1},
+  pages={1--32},
+  year={2019},
+  publisher={ACM New York, NY, USA}
+}
index 225b654d047403eeb3124f2ccdd24f987412bf5b..f13aee5bebc2463892fabd9e0ee8479b818b6526 100644 (file)
@@ -138,10 +138,9 @@ namespace internal
     /**
      * This class creates the mask used in the treatment of hanging nodes in
      * CUDAWrappers::MatrixFree.
-     * The implementation of this class is explained in <em>Section 3 of
-     * Matrix-Free Finite-Element Computations On Graphics Processors With
-     * Adaptively Refined Unstructured Meshes</em> by Karl Ljungkvist,
-     * SpringSim-HPC, 2017 April 23-26.
+     * The implementation of this class is explained in Section 3 of
+     * @cite ljungkvist2017matrix and in Section 3.4 of
+     * @cite kronbichler2019multigrid.
      */
     template <int dim>
     class HangingNodes
@@ -1141,10 +1140,9 @@ namespace CUDAWrappers
     /**
      * This function resolves the hanging nodes using tensor product.
      *
-     * The implementation of this class is explained in <em>Matrix-Free
-     * Finite-Element Computations On Graphics Processors With Adaptively
-     * Refined Unstructured Meshes</em> by Karl Ljungkvist, SpringSim-HPC, 2017
-     * April 23-26.
+     * The implementation of this class is explained in Section 3 of
+     * @cite ljungkvist2017matrix and in Section 3.4 of
+     * @cite kronbichler2019multigrid.
      */
     template <int dim, int fe_degree, bool transpose, typename Number>
     __device__ void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.