]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark classes as obsolete.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Mar 2000 08:43:14 +0000 (08:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Mar 2000 08:43:14 +0000 (08:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@2598 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/assembler.h

index 03c28129e441a5f2c351553ed34023ba698045c8..d571b4930e4a8bbfa26ea3a943ffc6c7c9d192f4 100644 (file)
@@ -24,6 +24,8 @@
 
 
 /**
+ * The use of this class is now deprecated!
+ *
  * This is the base class for equation objects. Equations objects describe the
  * finite element discretisation of one or more equations.
  *
@@ -34,7 +36,8 @@
  * @author Wolfgang Bangerth, 1998
  */
 template <int dim>
-class Equation {
+class Equation
+{
   public:
                                     /**
                                      * Constructor. You have to pass the number
@@ -129,14 +132,18 @@ class Equation {
 };
 
 
+
 /**
+ * The use of this class is now deprecated!
+ *
  * An #Assembler# is a specialized version of a #DoFCellAccessor# which adds
  * functionality to assemble global matrices and vectors from cell base ones.
  *
  * @author Wolfgang Bangerth, 1998
  */
 template <int dim>
-class Assembler : public DoFCellAccessor<dim> {
+class Assembler : public DoFCellAccessor<dim>
+{
   public:
 
                                     /**
@@ -207,7 +214,7 @@ class Assembler : public DoFCellAccessor<dim> {
     };
 
 
-/**
+                                    /**
                                      * Declare the data type that this accessor
                                      * class expects to get passed from the
                                      * iterator classes.

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.