26 template <
int dim,
int spacedim>
30 this->push_back(mapping);
35 template <
int dim,
int spacedim>
39 for (
unsigned int i = 0; i < other.
size(); ++i)
45 template <
int dim,
int spacedim>
68 template <
int dim,
int spacedim>
70 get_static_mapping_q1()
77 template <
int dim,
int spacedim>
78 MappingCollection<dim, spacedim>
80 MappingCollection<dim, spacedim>(get_static_mapping_q1<dim, spacedim>());
87#include "mapping_collection.inst"
Abstract base class for mapping classes.
virtual std::unique_ptr< Mapping< dim, spacedim > > clone() const =0
unsigned int size() const
void push_back(const Mapping< dim, spacedim > &new_mapping)
MappingCollection()=default
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE