]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add and remove newlines in appropriate places
authorGraham Harper <grahambenharper@gmail.com>
Tue, 31 Jul 2018 01:41:21 +0000 (01:41 +0000)
committerGraham Harper <grahambenharper@gmail.com>
Tue, 31 Jul 2018 01:41:21 +0000 (01:41 +0000)
include/deal.II/base/polynomials_bernardi_raugel.h
source/base/polynomials_bernardi_raugel.cc

index 0c17681ef7335f7cc5c5c0d2c8e2012c526a9bf1..9b1d8b6bc2b51e14efd7fb7d392ca9915e40b9ba 100644 (file)
@@ -133,6 +133,7 @@ public:
           std::vector<Tensor<3, dim>> &grad_grads,
           std::vector<Tensor<4, dim>> &third_derivatives,
           std::vector<Tensor<5, dim>> &fourth_derivatives) const;
+
   /**
    * Return the number of polynomials in the space <tt>BR(degree)</tt> without
    * requiring to build an object of PolynomialsBernardiRaugel. This is
@@ -141,7 +142,6 @@ public:
   static unsigned int
   compute_n_pols(const unsigned int k);
 
-
 private:
   /**
    * The degree of this object given to the constructor (must be 1).
@@ -160,6 +160,7 @@ private:
    * vectors.
    */
   const AnisotropicPolynomials<dim> polynomial_space_Q;
+
   /**
    * An object representing the polynomial space of bubble
    * functions which forms the <tt>BR</tt> polynomials through
@@ -190,6 +191,8 @@ PolynomialsBernardiRaugel<dim>::n() const
   return n_pols;
 }
 
+
+
 template <int dim>
 inline unsigned int
 PolynomialsBernardiRaugel<dim>::degree() const
@@ -197,6 +200,8 @@ PolynomialsBernardiRaugel<dim>::degree() const
   return 2;
 }
 
+
+
 template <int dim>
 inline std::string
 PolynomialsBernardiRaugel<dim>::name() const
index 1cbcd63424b98ea1ad47a894c461bd5c7061d7a7..67e581fcb955314ad6e529361e76eafcc4e21920 100644 (file)
@@ -49,6 +49,7 @@ PolynomialsBernardiRaugel<dim>::create_polynomials_bubble()
 }
 
 
+
 template <int dim>
 std::vector<std::vector<Polynomials::Polynomial<double>>>
 PolynomialsBernardiRaugel<dim>::create_polynomials_Q()

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.