22 #include <deal.II/fe/fe_dg_vector.templates.h>
29 template <
int dim,
int spacedim>
35 template <
int dim,
int spacedim>
44 std::ostringstream namebuf;
46 << this->degree - 1 <<
")";
52 template <
int dim,
int spacedim>
60 template <
int dim,
int spacedim>
71 std::ostringstream namebuf;
73 <<
">(" << this->degree - 1 <<
")";
79 template <
int dim,
int spacedim>
85 template <
int dim,
int spacedim>
96 std::ostringstream namebuf;
98 << this->degree - 1 <<
")";
100 return namebuf.str();
104 #include "fe_dg_vector.inst"
virtual std::string get_name() const override
FE_DGBDM(const unsigned int p)
virtual std::string get_name() const override
FE_DGNedelec(const unsigned int p)
virtual std::string get_name() const override
FE_DGRaviartThomas(const unsigned int p)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
std::string dim_string(const int dim, const int spacedim)