* @{
*/
-public:
/**
* Storage for internal data of polynomial mappings. See
* Mapping::InternalDataBase for an extensive description.
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
*/
Quadrature<dim> quad;
-
/**
* Values of quadrature weights for manifold quadrature
* formulas.
*/
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
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;