]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a 'numerical algorithms' module.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 14 Jan 2006 17:36:20 +0000 (17:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 14 Jan 2006 17:36:20 +0000 (17:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@12027 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/derivative_approximation.h
deal.II/deal.II/include/numerics/dof_print_solver_step.h
deal.II/deal.II/include/numerics/error_estimator.h
deal.II/deal.II/include/numerics/matrices.h
deal.II/deal.II/include/numerics/solution_transfer.h
deal.II/deal.II/include/numerics/vectors.h
deal.II/doc/doxygen/headers/numerical_algorithms.h [new file with mode: 0644]

index 8b7a4972ee1a4ed1c9d024ca200bc7fc04b78976..8057d719afcf6a24ec24a0e42a0a81bce4e3bce3 100644 (file)
@@ -163,6 +163,7 @@ namespace hp
  * the appropriate analogues for the derivative that is to be
  * approximated.
  *
+ * @ingroup numerics
  * @author Wolfgang Bangerth, 2000
  */
 class DerivativeApproximation
index 89aeb710671e2f9e473ec68f58a705e687655cf2..12877ce0d6be8b1050984b4c6961a9ca4b0f8755 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -48,7 +48,7 @@
  * written as a finite element field using the DataOut class.
  * Please note that this class may produce enormous amounts of data!
  *
- * @ingroup IO
+ * @ingroup output
  * @author Guido Kanschat, 2000
  */
 template<int dim, class SOLVER, class VECTOR = Vector<double> >
index 2c12d93ab21d2057733f4429d22060fea95c46c6..5cf95ca20f88c2d7c9b941dbd5c5d3953f426821 100644 (file)
@@ -203,7 +203,8 @@ template <int dim> class FESubfaceValues;
  *  function that accepts several in- and output vectors at the same
  *  time. 
  *
- *  @author Wolfgang Bangerth, 1998, 1999, 2000; parallelization by Thomas Richter, 2000
+ *  @ingroup numerics
+ *  @author Wolfgang Bangerth, 1998, 1999, 2000, 2004, 2006; parallelization by Thomas Richter, 2000
  */
 template <int dim>
 class KellyErrorEstimator
index c3e6a3db57a31c405366a37630c37e699d1ba90f..0923ac3eb9d62119fae093b0e519f2b98f23295d 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -178,6 +178,7 @@ namespace PETScWrappers
  * latter may be useful if you want to create many right hand side
  * vectors.
  *
+ * @ingroup numerics
  * @author Wolfgang Bangerth, 1998, Ralf Hartmann, 2001
  */
 class MatrixCreator
@@ -737,6 +738,7 @@ class MatrixCreator
  * there are no hanging nodes and even then doesn't always work fully
  * satisfactorily.
  * 
+ * @ingroup numerics
  * @author Wolfgang Bangerth, 1998, 2000, 2004, 2005
  */
 class MatrixTools : public MatrixCreator
index 1f316c5a647057344ebdb7d626e6d0f1422c5a43..b98dd1372ac4010310cbcb097c413996a9bd2309 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
  * <tt>refine_interpolate(in, out)</tt>) only be called once.
  * </ul>
  *
+ * @ingroup numerics
  * @author Ralf Hartmann, 1999
  */
 template<int dim, typename number>
index 1a96b6665fadcba1ef8819749eb35670d8005b9e..2a9e1fd5d7fa32b5b58ed2bb09c53f1cd5a63431 100644 (file)
@@ -297,6 +297,8 @@ class ConstraintMatrix;
  * pointer stored within the triangulation object is accessed.
  *
  * @ref Instantiations : some (Vector<float>, Vector<double>, BlockVector<float>, BlockVector<double>, see also individual functions)
+ *
+ * @ingroup numerics
  * @author Wolfgang Bangerth, Ralf Hartmann, Guido Kanschat, 1998, 1999, 2000, 2001
  */
 class VectorTools
diff --git a/deal.II/doc/doxygen/headers/numerical_algorithms.h b/deal.II/doc/doxygen/headers/numerical_algorithms.h
new file mode 100644 (file)
index 0000000..5a3f665
--- /dev/null
@@ -0,0 +1,18 @@
+//-------------------------------------------------------------------------
+//    $Id$
+//    Version: $Name$
+//
+//    Copyright (C) 2006 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//-------------------------------------------------------------------------
+
+/**
+ * @defgroup numerics Numerical algorithms
+ *
+ *
+ */

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.