16#ifndef dealii_fe_fe_p_bubbles_h
17#define dealii_fe_fe_p_bubbles_h
70template <
int dim,
int spacedim = dim>
87 virtual std::unique_ptr<FiniteElement<dim, spacedim>>
88 clone()
const override;
105 std::vector<double> & nodal_values)
const override;
Enriched version of FE_P that can be used with nodal quadrature.
FE_SimplexP_Bubbles(const unsigned int degree)
virtual std::unique_ptr< FiniteElement< dim, spacedim > > clone() const override
unsigned int approximation_degree
virtual void convert_generalized_support_point_values_to_dof_values(const std::vector< Vector< double > > &support_point_values, std::vector< double > &nodal_values) const override
virtual std::string get_name() const override
const unsigned int degree
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE