15#ifndef dealii_mapping_collection_h
16#define dealii_mapping_collection_h
55 template <
int dim,
int spacedim = dim>
79 template <
class... MappingTypes>
98 std::is_nothrow_move_constructible_v<
100 &&
std::is_nothrow_move_constructible_v<
std::function<
102 const
unsigned int)>>) = default;
143 template <
int dim,
int spacedim = dim>
157 template <
int dim,
int spacedim>
158 template <
class... MappingTypes>
160 const MappingTypes &...mappings)
164 "Not all of the input arguments of this function "
165 "are derived from Mapping<dim, spacedim>!");
170 const auto mapping_pointers = {
172 for (
const auto p : mapping_pointers)
178 template <
int dim,
int spacedim>
196# ifndef DEAL_II_BUILDING_CXX20_MODULE
Abstract base class for mapping classes.
void push_back(const Mapping< dim, spacedim > &new_mapping)
MappingCollection(MappingCollection< dim, spacedim > &&) noexcept(std::is_nothrow_move_constructible_v< std::vector< std::shared_ptr< const Mapping< dim, spacedim > > > > &&std::is_nothrow_move_constructible_v< std::function< unsigned int(const typename hp::MappingCollection< dim, spacedim > &, const unsigned int)> >)=default
MappingCollection()=default
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
const bool IsBlockVector< VectorType >::value
MappingQ< dim, spacedim > StaticMappingQ1< dim, spacedim >::mapping
MappingCollection< dim, spacedim > StaticMappingQ1< dim, spacedim >::mapping_collection
static MappingCollection< dim, spacedim > mapping_collection