]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new module Quadrature
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2005 22:17:05 +0000 (22:17 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 May 2005 22:17:05 +0000 (22:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@10705 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/base/dox.h

index 081662125ae19576c417c49eb921a4df1aad8fe8..110868397d7f8cc9725685b83e4b84e70453fc5e 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003 by the deal.II authors
+//    Copyright (C) 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 //
 //-------------------------------------------------------------------------
 
+/**
+ * @defgroup Quadrature Quadrature formulæ
+ *
+ * This module contains the base class Quadrature as well as the
+ * quadrature formulæ provided by deal.II.
+ *
+ * The class QIterated is used, to construct an iterated quadrature
+ * formula out of an existing one, thereby increasing the accuracy of
+ * the formula without increasing the order.
+ *
+ * While the usual quadrature formulæ of higher dimensions
+ * generate tensor products which are equal in each direction, the
+ * class QAnisotropic generates tensor products of possibly different
+ * formulæ in each direction.
+ *
+ * The class QProjector is not actually a quadrature rule by itself,
+ * but it provides functions for computing the quadrature on the
+ * surfaces of higher dimensional cells.
+ *
+ * All other classes in this module actually implement quadrature
+ * rules of different order and other characteristics.
+ */

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.