]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
doc changed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Aug 2003 10:15:35 +0000 (10:15 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Aug 2003 10:15:35 +0000 (10:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@7901 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/vector_memory.h

index 7a6f4a4f7af366663fae4d9b21dff58129053d9c..28461bd301032e3e1ecd99177551affbeb8630d5 100644 (file)
 #include <vector>
 
 
-/*! @addtogroup LAC
- *@{
- */
-
 /**
- * Memory management for vectors. This class is used by all
- * iterative methods to allocate space for auxilliary
- * vectors. This class is used to avoid interaction with the
- * operating system whenever a vector is needed. Especially, when
- * an iterative method is invoked as part of an outer iteration,
- * this would lead to runtime overhead and memory fragmentation.
+ * Memory management base class for vectors. This is an abstract base
+ * class used by all iterative methods to allocate space for
+ * auxilliary vectors. An object of a derived class with an actual
+ * implementation of the memory management must be created by the
+ * application program to be used in iterative methods.
  *
- * Classes derived from this class implement a more or less
- * sophisticated management of vectors. One of these has to be
- * applied by the user according to his needs.
- */
+ * The purpose of this class is avoiding interaction with the
+ * operating system whenever a vector is needed. Especially, when an
+ * iterative method is invoked as part of an outer iteration, this
+ * would lead to runtime overhead and memory fragmentation.
+ *
+ * @author Guido Kanschat, 1998-2003
+*/
 template<class Vector = ::Vector<double> >
 class VectorMemory : public Subscriptor
 {
@@ -179,8 +177,6 @@ class GrowingVectorMemory : public VectorMemory<Vector>
     Threads::ThreadMutex mutex;
 };
 
-
-/*@}*/
 /* --------------------- inline functions ---------------------- */
 
 

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.