From 7351f3887aa19aea6b39c30e17af99a9b2b01789 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 18 Jan 2015 14:04:43 -0600 Subject: [PATCH] Fix up references to images. These references were broken just before the 8.2 release by a rogue script. --- include/deal.II/fe/fe_q_hierarchical.h | 272 +++++++++++++++---------- 1 file changed, 163 insertions(+), 109 deletions(-) diff --git a/include/deal.II/fe/fe_q_hierarchical.h b/include/deal.II/fe/fe_q_hierarchical.h index 722a606054..0345ab913b 100644 --- a/include/deal.II/fe/fe_q_hierarchical.h +++ b/include/deal.II/fe/fe_q_hierarchical.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2002 - 2014 by the deal.II authors +// Copyright (C) 2002 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -118,20 +118,24 @@ template class MappingQ; * * * In 2d, these shape functions look as follows: + * align="center"> + * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q1/Q1H_shape0000.png + * * - * * * * - * + * * - * * *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q1/Q1H_shape0001.png + *
$Q_1^H$ element, shape function 0 $Q_1^H$ element, shape function 1
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q1/Q1H_shape0002.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q1/Q1H_shape0003.png + *
$Q_1^H$ element, shape function 2 $Q_1^H$ element, shape function 3
@@ -215,44 +219,53 @@ template class MappingQ; * * In 2d, these shape functions look as follows (the black plane corresponds * to zero; negative shape function values may not be visible): - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * * @@ -281,74 +294,90 @@ template class MappingQ; * * In 2d, these shape functions look as follows (the black plane corresponds * to zero; negative shape function values may not be visible):
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0000.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0001.png + *
$Q_2^H$ element, shape function 0 $Q_2^H$ element, shape function 1
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0002.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0003.png + *
$Q_2^H$ element, shape function 2 $Q_2^H$ element, shape function 3
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0004.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0005.png + *
$Q_2^H$ element, shape function 4 $Q_2^H$ element, shape function 5
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0006.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0007.png + *
$Q_2^H$ element, shape function 6 $Q_2^H$ element, shape function 7
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q2/Q2H_shape0008.png + *
$Q_2^H$ element, * shape function 8
- * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0000.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0001.png + *
$Q_3^H$ element, shape function 0 $Q_3^H$ element, shape function 1
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0002.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0003.png + *
$Q_3^H$ element, shape function 2 $Q_3^H$ element, shape function 3
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0004.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0005.png + *
$Q_3^H$ element, shape function 4 $Q_3^H$ element, shape function 5
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0006.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0007.png + *
$Q_3^H$ element, shape function 6 $Q_3^H$ element, shape function 7
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0008.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0009.png + *
$Q_3^H$ element, shape function 8 $Q_3^H$ element, shape function 9
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0010.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0011.png + *
$Q_3^H$ element, shape function 10 $Q_3^H$ element, shape function 11
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0012.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0013.png + *
$Q_3^H$ element, shape function 12 $Q_3^H$ element, shape function 13
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0014.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q3/Q3H_shape0015.png + *
$Q_3^H$ element, shape function 14 $Q_3^H$ element, shape function 15
@@ -377,116 +406,141 @@ template class MappingQ; * * In 2d, these shape functions look as follows (the black plane corresponds * to zero; negative shape function values may not be visible): - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * - * * * * - * + * * * -- 2.39.5
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0000.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0001.png + *
$Q_4^H$ element, shape function 0 $Q_4^H$ element, shape function 1
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0002.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0003.png + *
$Q_4^H$ element, shape function 2 $Q_4^H$ element, shape function 3
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0004.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0005.png + *
$Q_4^H$ element, shape function 4 $Q_4^H$ element, shape function 5
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0006.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0007.png + *
$Q_4^H$ element, shape function 6 $Q_4^H$ element, shape function 7
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0008.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0009.png + *
$Q_4^H$ element, shape function 8 $Q_4^H$ element, shape function 9
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0010.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0011.png + *
$Q_4^H$ element, shape function 10 $Q_4^H$ element, shape function 11
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0012.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0013.png + *
$Q_4^H$ element, shape function 12 $Q_4^H$ element, shape function 13
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0014.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0015.png + *
$Q_4^H$ element, shape function 14 $Q_4^H$ element, shape function 15
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0016.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0017.png + *
$Q_4^H$ element, shape function 16 $Q_4^H$ element, shape function 17
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0018.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0019.png + *
$Q_4^H$ element, shape function 18 $Q_4^H$ element, shape function 19
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0020.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0021.png + *
$Q_4^H$ element, shape function 20 $Q_4^H$ element, shape function 21
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0022.png + *
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0023.png + *
$Q_4^H$ element, shape function 22 $Q_4^H$ element, shape function 23
+ * @image html http://www.dealii.org/images/shape-functions/hierarchical/Q4/Q4H_shape0024.png + *
$Q_4^H$ element, * shape function 24