]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
mov Differential to more appropriate Divergence
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Nov 2010 17:09:02 +0000 (17:09 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Nov 2010 17:09:02 +0000 (17:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@22879 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/integrators/divergence.h [moved from deal.II/include/deal.II/integrators/differential.h with 97% similarity]

similarity index 97%
rename from deal.II/include/deal.II/integrators/differential.h
rename to deal.II/include/deal.II/integrators/divergence.h
index 8d02d9fb042ff174a12a133eb42fc27b461f64de..23ab7dbaf9683c68e7c1e6b90f793d8b062ea9ea 100644 (file)
@@ -9,8 +9,8 @@
 //    further information on this license.
 //
 //---------------------------------------------------------------------------
-#ifndef __deal2__integrators_differential_h
-#define __deal2__integrators_differential_h
+#ifndef __deal2__integrators_divergence_h
+#define __deal2__integrators_divergence_h
 
 
 #include <base/config.h>
@@ -26,13 +26,13 @@ DEAL_II_NAMESPACE_OPEN
 namespace LocalIntegrators
 {
 /**
- * @brief Local integrators related to first order differential operators and their traces.
+ * @brief Local integrators related to the divergence operator and its trace.
  *
  * @ingroup Integrators
  * @author Guido Kanschat
  * @date 2010
  */
-  namespace Differential
+  namespace Divergence
   {
 /**
  * Cell matrix for divergence. The derivative is on the trial function.
@@ -42,7 +42,7 @@ namespace LocalIntegrators
  * \f]
  */
     template <int dim>
-    void divergence_matrix (
+    void cell_matrix (
       FullMatrix<double>& M,
       const FEValuesBase<dim>& fe,
       const FEValuesBase<dim>& fetest,

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.