21#include <deal.II/fe/fe_dg_vector.templates.h>
28template <
int dim,
int spacedim>
34template <
int dim,
int spacedim>
43 std::ostringstream namebuf;
45 << this->degree - 1 <<
")";
51template <
int dim,
int spacedim>
59template <
int dim,
int spacedim>
70 std::ostringstream namebuf;
72 <<
">(" << this->degree - 1 <<
")";
78template <
int dim,
int spacedim>
84template <
int dim,
int spacedim>
95 std::ostringstream namebuf;
97 << this->degree - 1 <<
")";
103#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)