From: kanschat Date: Mon, 29 Nov 2010 17:09:02 +0000 (+0000) Subject: mov Differential to more appropriate Divergence X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309668970c0b7d393ffe37a73770c639b2aa4c08;p=dealii-svn.git mov Differential to more appropriate Divergence git-svn-id: https://svn.dealii.org/trunk@22879 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/integrators/differential.h b/deal.II/include/deal.II/integrators/divergence.h similarity index 97% rename from deal.II/include/deal.II/integrators/differential.h rename to deal.II/include/deal.II/integrators/divergence.h index 8d02d9fb04..23ab7dbaf9 100644 --- a/deal.II/include/deal.II/integrators/differential.h +++ b/deal.II/include/deal.II/integrators/divergence.h @@ -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 @@ -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 - void divergence_matrix ( + void cell_matrix ( FullMatrix& M, const FEValuesBase& fe, const FEValuesBase& fetest,