]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add reference to fast hanging-node algo and global coarsening 14016/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 19 Jun 2022 11:10:07 +0000 (13:10 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 19 Jun 2022 11:31:41 +0000 (13:31 +0200)
doc/doxygen/references.bib
include/deal.II/matrix_free/hanging_nodes_internal.h
include/deal.II/multigrid/mg_transfer_global_coarsening.h

index 343eeb489fef21a5c04d9ada486453f2038c29b2..136456e62fb68845bbd016249636fe3c4f12f306 100644 (file)
@@ -1866,3 +1866,25 @@ url = {https://doi.org/10.1016/0045-7930(73)90027-3}
   pages = {153--168},
   url = {https://doi.org/10.1016/0377-0427(89)90045-9}
 }
+
+@article{munch2022gc,
+  doi       = {10.48550/ARXIV.2203.12292},  
+  url       = {https://arxiv.org/abs/2203.12292},
+  author    = {Peter Munch and Timo Heister and Laura Prieto Saavedra and Martin Kronbichler},
+  keywords  = {Numerical Analysis (math.NA), Mathematical Software (cs.MS), FOS: Mathematics, FOS: Mathematics, FOS: Computer and information sciences, FOS: Computer and information sciences, G.4},
+  title     = {Efficient distributed matrix-free multigrid methods on locally refined meshes for FEM computations},
+  publisher = {arXiv},
+  year      = {2022},
+  copyright = {arXiv.org perpetual, non-exclusive license}
+}
+
+@InProceedings{munch2022hn,
+  author    = {Peter Munch and Karl Ljungkvist and Martin Kronbichler},
+  title     = {Efficient Application of~Hanging-Node Constraints for~Matrix-Free High-Order {FEM} Computations on~{CPU} and~{GPU}},
+  booktitle = {Lecture Notes in Computer Science},
+  year      = {2022},
+  publisher = {Springer International Publishing},
+  pages     = {133--152},
+  doi       = {10.1007/978-3-031-07312-0_7},
+  url       = {https://doi.org/10.1007/978-3-031-07312-0_7}
+}
index dbbdbae3a92cf4e75a49e178b51d59775e9201f0..86312effc9ff5e9056e6ec662db001f0524bcee0 100644 (file)
@@ -258,9 +258,8 @@ 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 Section 3 of
-     * @cite ljungkvist2017matrix and in Section 3.4 of
-     * @cite kronbichler2019multigrid.
+     * The implementation of this class is explained in detail in
+     * @cite munch2022hn.
      */
     template <int dim>
     class HangingNodes
index 159a280f7b53ecdaba9eccb856006e0d3f92571e..abe6e896bd245238746a4caaa73e2103fb6776cd 100644 (file)
@@ -155,6 +155,8 @@ namespace MGTransferGlobalCoarseningTools
 
 /**
  * Class for transfer between two multigrid levels for p- or global coarsening.
+ *
+ * The implementation of this class is explained in detail in @cite munch2022gc.
  */
 template <int dim, typename VectorType>
 class MGTwoLevelTransfer
@@ -203,6 +205,8 @@ public:
 /**
  * Class for transfer between two multigrid levels for p- or global coarsening.
  * Specialization for LinearAlgebra::distributed::Vector.
+ *
+ * The implementation of this class is explained in detail in @cite munch2022gc.
  */
 template <int dim, typename Number>
 class MGTwoLevelTransfer<dim, LinearAlgebra::distributed::Vector<Number>>
@@ -470,6 +474,8 @@ private:
  * FE_Q and FE_DGQ and simplex elements FE_SimplexP and FE_SimplexDGP as well as
  * for systems involving multiple components of one of these elements. Other
  * elements are currently not implemented.
+ *
+ * The implementation of this class is explained in detail in @cite munch2022gc.
  */
 template <int dim, typename VectorType>
 class MGTransferGlobalCoarsening : public dealii::MGTransferBase<VectorType>

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.