* the appropriate analogues for the derivative that is to be
* approximated.
*
+ * @ingroup numerics
* @author Wolfgang Bangerth, 2000
*/
class DerivativeApproximation
// $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
* 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> >
* 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
// $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
* 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
* 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
// $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>
* 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
--- /dev/null
+//-------------------------------------------------------------------------
+// $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
+ *
+ *
+ */