]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc: Function has been renamed 12075/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 22 Apr 2021 05:20:24 +0000 (23:20 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 22 Apr 2021 05:20:54 +0000 (23:20 -0600)
13 files changed:
include/deal.II/hp/refinement.h
tests/hp/limit_p_level_difference_01.cc
tests/hp/limit_p_level_difference_02.cc
tests/hp/limit_p_level_difference_03.cc
tests/hp/limit_p_level_difference_04.cc
tests/mpi/limit_p_level_difference_01.cc
tests/mpi/limit_p_level_difference_02.cc
tests/mpi/limit_p_level_difference_03.cc
tests/mpi/limit_p_level_difference_04.cc
tests/sharedtria/limit_p_level_difference_01.cc
tests/sharedtria/limit_p_level_difference_02.cc
tests/sharedtria/limit_p_level_difference_03.cc
tests/sharedtria/limit_p_level_difference_04.cc

index 72c35f3f68966499e0750c6a11c106c44cc224dc..0b7be5b5c06c24778ba18cd2e272ce2d70376d2a 100644 (file)
@@ -148,7 +148,7 @@ namespace hp
      * The same applies to coarsening.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -166,7 +166,7 @@ namespace hp
      * cell.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -197,7 +197,7 @@ namespace hp
      * cell.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -240,7 +240,7 @@ namespace hp
      * in the interval $[0,1]$.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -284,7 +284,7 @@ namespace hp
      * in the interval $[0,1]$.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -322,7 +322,7 @@ namespace hp
      * For more theoretical details see @cite ainsworth1998hp .
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -348,7 +348,7 @@ namespace hp
      * correspond to an active cell.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -562,7 +562,7 @@ namespace hp
      * @note We want to predict the error by how adaptation will actually happen.
      *   Thus, this function needs to be called after
      *   Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement().
+     *   hp::Refinement::limit_p_level_difference().
      */
     template <int dim, typename Number, int spacedim>
     void
@@ -589,7 +589,7 @@ namespace hp
      * @p future_fe_index assigned.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
@@ -637,7 +637,7 @@ namespace hp
      *   would have made later on.
      *
      * @note Triangulation::prepare_coarsening_and_refinement() and
-     *   DoFHandler::prepare_coarsening_and_refinement() may change
+     *   hp::Refinement::limit_p_level_difference() may change
      *   refine and coarsen flags as well as future finite element indices.
      *   Avoid calling them before this particular function.
      */
index e0494dff5ab1da1f89f55b84b686996903f8d849..91f6da2a506ebb93157e1c489278242238df1af2 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // set the center cell to the highest p-level in a hyper_cross geometry
 // and verify that all other cells comply to the level difference
index 7038552e2c988b2b24cb81f0cae778b256f64cd4..ef8c88092572c5f0d1d975cdca478da9d618199c 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // sequentially increase the p-level of the center cell in a hyper_cross
 // geometry and verify that all other comply to the level difference
index 3d34890e66d16fe8fb56a459a16b17bad0881918..7f4b7b68aae6f804eb84df2a28f830b628ceaf71 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-refined grids
 
 
index 82058de03f5a159b5a95657f8b352c20235d1be3..e2402906714ec01ecbb37d9b14c9d6882cb6f45e 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-coarsened grids
 
 
index a21913a9bd3b67079499d7b06e1e5a6bb30a6cd6..75e563125a90647574a46859890ff2ff769eb926 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // set the center cell to the highest p-level in a hyper_cross geometry
 // and verify that all other cells comply to the level difference
index 5c7cf6c1af91b5c9331195843f5711a761a9e336..81ce6a40979f9b0564680ba1d6eac765525c5dd2 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // sequentially increase the p-level of the center cell in a hyper_cross
 // geometry and verify that all other comply to the level difference
index 8ac8ed9308b6070f2286ac648bf415f90353e5bb..39ef65dc4bdd58a8fd4a951c517451152d897ccd 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-refined grids
 
 
index 07546f3b6234f7ebeb1bd0b79f5b8df44095019f..8fcf54bfb955699b71a0c87faed1579700bbabf8 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-coarsened grids
 
 
index 22a43433afe0e09cb5cb9b3811e562a6163b61d2..bb162e93319c88cc977921b17bdef2914b0275de 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // set the center cell to the highest p-level in a hyper_cross geometry
 // and verify that all other cells comply to the level difference
index 5a96a5b328c43c65c4bd36335a123a2951d337d9..33de084d82cf355dcb45649baaaab069d3319ef0 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 //
 // sequentially increase the p-level of the center cell in a hyper_cross
 // geometry and verify that all other comply to the level difference
index 8ce3b277115e0e1ecba28c402df003c26f1710dd..8e429450e1cfa62542368e1dc3ed760a786534c5 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-refined grids
 
 
index d2fc146234a3121a401dbc4f0daaf971ba7abcde..019d2bf0874589c5c3c76164d1cadb0fc15faf7b 100644 (file)
@@ -15,7 +15,7 @@
 
 
 // verify restrictions on level differences imposed by
-// DoFHandler::prepare_coarsening_and_refinement()
+// hp::Refinement::limit_p_level_difference()
 // on h-coarsened grids
 
 

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.