16#ifndef dealii_vector_tools_mean_value_h
17#define dealii_vector_tools_mean_value_h
28template <
int dim,
int spacedim>
31template <
int dim,
int spacedim>
37 template <
int dim,
int spacedim>
38 class MappingCollection;
102 template <
typename VectorType>
135 template <
class VectorType,
int dim,
int spacedim = dim>
139 const unsigned int component,
170 const hp::MappingCollection<dim, spacedim> &mapping_collection,
172 const hp::QCollection<dim> & q_collection,
173 const VectorType & v,
174 const unsigned int component);
189 const VectorType & v,
190 const unsigned int component);
203 const VectorType & v,
204 const unsigned int component);
Abstract base class for mapping classes.
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_CXX20_REQUIRES(condition)
#define DEAL_II_NAMESPACE_CLOSE