]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MappingManifold: Do not expose the fill_fe_*values functions as public 12785/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 1 Oct 2021 13:32:25 +0000 (15:32 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 1 Oct 2021 13:32:25 +0000 (15:32 +0200)
include/deal.II/fe/mapping_manifold.h

index 6efece46344c250d8c282c37067db0ce92e86f82..623ae57559d476086db02c9c66a82a4cb8038d2a 100644 (file)
@@ -152,7 +152,6 @@ public:
    * @{
    */
 
-public:
   /**
    * Storage for internal data of polynomial mappings. See
    * Mapping::InternalDataBase for an extensive description.
@@ -195,7 +194,6 @@ public:
                     const Quadrature<dim> &quadrature,
                     const unsigned int     n_original_q_points);
 
-
     /**
      * Compute the weights associated to the Manifold object, that
      * need to be passed when computing the location of the quadrature
@@ -238,7 +236,6 @@ public:
      */
     Quadrature<dim> quad;
 
-
     /**
      * Values of quadrature weights for manifold quadrature
      * formulas.
@@ -259,7 +256,6 @@ public:
      */
     std::vector<std::vector<double>> cell_manifold_quadrature_weights;
 
-
     /**
      * A vector of weights for use in Manifold::get_new_point(). For
      * each point (interior to a cell), we compute the weight each
@@ -332,7 +328,7 @@ public:
     mutable SmartPointer<const Manifold<dim, spacedim>> manifold;
   };
 
-
+private:
   // documentation can be found in Mapping::requires_update_flags()
   virtual UpdateFlags
   requires_update_flags(const UpdateFlags update_flags) const override;

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.