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<
100 &&
std::is_nothrow_move_constructible<
std::function<
102 const
unsigned int)>>::
value) = 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>
Abstract base class for mapping classes.
MappingCollection(MappingCollection< dim, spacedim > &&) noexcept(std::is_nothrow_move_constructible< std::vector< std::shared_ptr< const Mapping< dim, spacedim > > > >::value &&std::is_nothrow_move_constructible< std::function< unsigned int(const typename hp::MappingCollection< dim, spacedim > &, const unsigned int)> >::value)=default
void push_back(const Mapping< dim, spacedim > &new_mapping)
MappingCollection(const MappingTypes &...mappings)
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