16#ifndef dealii_mapping_collection_h
17#define dealii_mapping_collection_h
55 template <
int dim,
int spacedim = dim>
85 template <
class... MappingTypes>
121 template <
int dim,
int spacedim = dim>
134 template <
int dim,
int spacedim>
135 template <
class... MappingTypes>
137 const MappingTypes &... mappings)
141 "Not all of the input arguments of this function "
142 "are derived from FiniteElement<dim,spacedim>!");
147 const auto mapping_pointers = {
149 for (
const auto p : mapping_pointers)
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
static MappingCollection< dim, spacedim > mapping_collection