]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Some reformatting. This was needed since otherwise kdoc didn't get the return type...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 26 Aug 1998 09:28:36 +0000 (09:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 26 Aug 1998 09:28:36 +0000 (09:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@524 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_handler.h
deal.II/deal.II/include/dofs/mg_dof_handler.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index c8937443c59f50529ab73e8849177aa41e68c7ba..5d32e8b88b1c82498b2af7a4ddfd4079fda0862c 100644 (file)
@@ -513,9 +513,9 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      * See the general documentation of this
                                      * class for more details.
                                      */
-    virtual void renumber_dofs (const RenumberingMethod method,
-                               const bool use_constraints         = false,
-                               const vector<int> &starting_points = vector<int>());
+    void renumber_dofs (const RenumberingMethod method,
+                       const bool use_constraints         = false,
+                       const vector<int> &starting_points = vector<int>());
     
                                     /**
                                      * Make up the constraint matrix which
@@ -1028,22 +1028,19 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  has no lines, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_line_iterator
-    begin_raw_line   (const unsigned int level = 0) const;
+    raw_line_iterator    begin_raw_line   (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used line
                                      *  on level #level#.
                                      */
-    line_iterator
-    begin_line       (const unsigned int level = 0) const;
+    line_iterator        begin_line       (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  line on level #level#.
                                      */
-    active_line_iterator
-    begin_active_line(const unsigned int level = 0) const;
+    active_line_iterator begin_active_line(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -1051,8 +1048,7 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_line_iterator
-    end_line () const;
+    raw_line_iterator    end_line () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -1083,44 +1079,38 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  Return an iterator pointing to the
                                      *  last line, used or not.
                                      */
-    raw_line_iterator
-    last_raw_line () const;
+    raw_line_iterator    last_raw_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  line of the level #level#, used or not.
 
                                      */
-    raw_line_iterator
-    last_raw_line (const unsigned int level) const;
+    raw_line_iterator    last_raw_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line.
                                      */
-    line_iterator
-    last_line () const;
+    line_iterator        last_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line on level #level#.
                                      */
-    line_iterator
-    last_line (const unsigned int level) const;
+    line_iterator        last_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line.
                                      */
-    active_line_iterator
-    last_active_line () const;
+    active_line_iterator last_active_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line on level #level#.
                                      */
-    active_line_iterator
-    last_active_line (const unsigned int level) const;
+    active_line_iterator last_active_line (const unsigned int level) const;
                                     /*@}*/       
 
                                     /*---------------------------------------*/
@@ -1135,22 +1125,19 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  has no quads, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_quad_iterator
-    begin_raw_quad   (const unsigned int level = 0) const;
+    raw_quad_iterator    begin_raw_quad   (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used quad
                                      *  on level #level#.
                                      */
-    quad_iterator
-    begin_quad       (const unsigned int level = 0) const;
+    quad_iterator        begin_quad       (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  quad on level #level#.
                                      */
-    active_quad_iterator
-    begin_active_quad(const unsigned int level = 0) const;
+    active_quad_iterator begin_active_quad(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -1158,8 +1145,7 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_quad_iterator
-    end_quad () const;
+    raw_quad_iterator    end_quad () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -1190,44 +1176,38 @@ class DoFHandler : public DoFDimensionInfo<dim> {
                                      *  Return an iterator pointing to the
                                      *  last quad, used or not.
                                      */
-    raw_quad_iterator
-    last_raw_quad () const;
+    raw_quad_iterator    last_raw_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  quad of the level #level#, used or not.
 
                                      */
-    raw_quad_iterator
-    last_raw_quad (const unsigned int level) const;
+    raw_quad_iterator    last_raw_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad.
                                      */
-    quad_iterator
-    last_quad () const;
+    quad_iterator        last_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad on level #level#.
                                      */
-    quad_iterator
-    last_quad (const unsigned int level) const;
+    quad_iterator        last_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad.
                                      */
-    active_quad_iterator
-    last_active_quad () const;
+    active_quad_iterator last_active_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad on level #level#.
                                      */
-    active_quad_iterator
-    last_active_quad (const unsigned int level) const;
+    active_quad_iterator last_active_quad (const unsigned int level) const;
                                     /*@}*/
 
                                     /*---------------------------------------*/
index 34840ddd180c69ae87eaefc96028c1b124e5081b..eeeea98ecca7e5d4a89c88475e32b650cce1364b 100644 (file)
@@ -152,9 +152,10 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      * See the general documentation of the
                                      * #DoFHandler# class for more details.
                                      */
-    virtual void renumber_dofs (const RenumberingMethod method,
-                               const bool use_constraints         = false,
-                               const vector<int> &starting_points = vector<int>());
+    void renumber_dofs (const unsigned int       level,
+                       const RenumberingMethod  method,
+                       const bool               use_constraints         = false,
+                       const vector<int>       &starting_points = vector<int>());
 
                                     /**
                                      * Write the sparsity structure of the
@@ -440,22 +441,19 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  has no lines, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_line_iterator
-    begin_raw_line   (const unsigned int level = 0) const;
+    raw_line_iterator begin_raw_line (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used line
                                      *  on level #level#.
                                      */
-    line_iterator
-    begin_line       (const unsigned int level = 0) const;
+    line_iterator     begin_line (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  line on level #level#.
                                      */
-    active_line_iterator
-    begin_active_line(const unsigned int level = 0) const;
+    active_line_iterator begin_active_line(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -463,8 +461,7 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_line_iterator
-    end_line () const;
+    raw_line_iterator end_line () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -495,44 +492,38 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  Return an iterator pointing to the
                                      *  last line, used or not.
                                      */
-    raw_line_iterator
-    last_raw_line () const;
+    raw_line_iterator    last_raw_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  line of the level #level#, used or not.
 
                                      */
-    raw_line_iterator
-    last_raw_line (const unsigned int level) const;
+    raw_line_iterator    last_raw_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line.
                                      */
-    line_iterator
-    last_line () const;
+    line_iterator        last_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line on level #level#.
                                      */
-    line_iterator
-    last_line (const unsigned int level) const;
+    line_iterator        last_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line.
                                      */
-    active_line_iterator
-    last_active_line () const;
+    active_line_iterator last_active_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line on level #level#.
                                      */
-    active_line_iterator
-    last_active_line (const unsigned int level) const;
+    active_line_iterator last_active_line (const unsigned int level) const;
                                     /*@}*/       
 
                                     /*---------------------------------------*/
@@ -547,22 +538,19 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  has no quads, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_quad_iterator
-    begin_raw_quad   (const unsigned int level = 0) const;
+    raw_quad_iterator    begin_raw_quad   (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used quad
                                      *  on level #level#.
                                      */
-    quad_iterator
-    begin_quad       (const unsigned int level = 0) const;
+    quad_iterator        begin_quad       (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  quad on level #level#.
                                      */
-    active_quad_iterator
-    begin_active_quad(const unsigned int level = 0) const;
+    active_quad_iterator begin_active_quad(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -570,8 +558,7 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_quad_iterator
-    end_quad () const;
+    raw_quad_iterator    end_quad () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -602,44 +589,38 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  Return an iterator pointing to the
                                      *  last quad, used or not.
                                      */
-    raw_quad_iterator
-    last_raw_quad () const;
+    raw_quad_iterator    last_raw_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  quad of the level #level#, used or not.
 
                                      */
-    raw_quad_iterator
-    last_raw_quad (const unsigned int level) const;
+    raw_quad_iterator    last_raw_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad.
                                      */
-    quad_iterator
-    last_quad () const;
+    quad_iterator        last_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad on level #level#.
                                      */
-    quad_iterator
-    last_quad (const unsigned int level) const;
+    quad_iterator        last_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad.
                                      */
-    active_quad_iterator
-    last_active_quad () const;
+    active_quad_iterator last_active_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad on level #level#.
                                      */
-    active_quad_iterator
-    last_active_quad (const unsigned int level) const;
+    active_quad_iterator last_active_quad (const unsigned int level) const;
                                     /*@}*/
 
                                     /*---------------------------------------*/
index 34840ddd180c69ae87eaefc96028c1b124e5081b..eeeea98ecca7e5d4a89c88475e32b650cce1364b 100644 (file)
@@ -152,9 +152,10 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      * See the general documentation of the
                                      * #DoFHandler# class for more details.
                                      */
-    virtual void renumber_dofs (const RenumberingMethod method,
-                               const bool use_constraints         = false,
-                               const vector<int> &starting_points = vector<int>());
+    void renumber_dofs (const unsigned int       level,
+                       const RenumberingMethod  method,
+                       const bool               use_constraints         = false,
+                       const vector<int>       &starting_points = vector<int>());
 
                                     /**
                                      * Write the sparsity structure of the
@@ -440,22 +441,19 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  has no lines, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_line_iterator
-    begin_raw_line   (const unsigned int level = 0) const;
+    raw_line_iterator begin_raw_line (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used line
                                      *  on level #level#.
                                      */
-    line_iterator
-    begin_line       (const unsigned int level = 0) const;
+    line_iterator     begin_line (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  line on level #level#.
                                      */
-    active_line_iterator
-    begin_active_line(const unsigned int level = 0) const;
+    active_line_iterator begin_active_line(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -463,8 +461,7 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_line_iterator
-    end_line () const;
+    raw_line_iterator end_line () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -495,44 +492,38 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  Return an iterator pointing to the
                                      *  last line, used or not.
                                      */
-    raw_line_iterator
-    last_raw_line () const;
+    raw_line_iterator    last_raw_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  line of the level #level#, used or not.
 
                                      */
-    raw_line_iterator
-    last_raw_line (const unsigned int level) const;
+    raw_line_iterator    last_raw_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line.
                                      */
-    line_iterator
-    last_line () const;
+    line_iterator        last_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used line on level #level#.
                                      */
-    line_iterator
-    last_line (const unsigned int level) const;
+    line_iterator        last_line (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line.
                                      */
-    active_line_iterator
-    last_active_line () const;
+    active_line_iterator last_active_line () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active line on level #level#.
                                      */
-    active_line_iterator
-    last_active_line (const unsigned int level) const;
+    active_line_iterator last_active_line (const unsigned int level) const;
                                     /*@}*/       
 
                                     /*---------------------------------------*/
@@ -547,22 +538,19 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  has no quads, a past-the-end iterator
                                      *  is returned.
                                      */
-    raw_quad_iterator
-    begin_raw_quad   (const unsigned int level = 0) const;
+    raw_quad_iterator    begin_raw_quad   (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first used quad
                                      *  on level #level#.
                                      */
-    quad_iterator
-    begin_quad       (const unsigned int level = 0) const;
+    quad_iterator        begin_quad       (const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator to the first active
                                      *  quad on level #level#.
                                      */
-    active_quad_iterator
-    begin_active_quad(const unsigned int level = 0) const;
+    active_quad_iterator begin_active_quad(const unsigned int level = 0) const;
 
                                     /**
                                      *  Return iterator past the end; this
@@ -570,8 +558,7 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_quad_iterator
-    end_quad () const;
+    raw_quad_iterator    end_quad () const;
 
                                     /**
                                      * Return an iterator which is the first
@@ -602,44 +589,38 @@ class MGDoFHandler : public DoFHandler<dim> {
                                      *  Return an iterator pointing to the
                                      *  last quad, used or not.
                                      */
-    raw_quad_iterator
-    last_raw_quad () const;
+    raw_quad_iterator    last_raw_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  quad of the level #level#, used or not.
 
                                      */
-    raw_quad_iterator
-    last_raw_quad (const unsigned int level) const;
+    raw_quad_iterator    last_raw_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad.
                                      */
-    quad_iterator
-    last_quad () const;
+    quad_iterator        last_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  used quad on level #level#.
                                      */
-    quad_iterator
-    last_quad (const unsigned int level) const;
+    quad_iterator        last_quad (const unsigned int level) const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad.
                                      */
-    active_quad_iterator
-    last_active_quad () const;
+    active_quad_iterator last_active_quad () const;
 
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  active quad on level #level#.
                                      */
-    active_quad_iterator
-    last_active_quad (const unsigned int level) const;
+    active_quad_iterator last_active_quad (const unsigned int level) const;
                                     /*@}*/
 
                                     /*---------------------------------------*/

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.