|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
16 #ifndef dealii_fe_bdm_h
17 #define dealii_fe_bdm_h
65 FE_BDM(
const unsigned int p);
75 virtual std::unique_ptr<FiniteElement<dim, dim>>
76 clone()
const override;
82 std::vector<double> & nodal_values)
const override;
91 static std::vector<unsigned int>
98 static std::vector<bool>
std::vector< std::vector< double > > test_values_face
void initialize_support_points(const unsigned int bdm_degree)
const unsigned int degree
std::vector< std::vector< double > > test_values_cell
static std::vector< bool > get_ria_vector(const unsigned int degree)
#define DEAL_II_NAMESPACE_OPEN
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
static std::vector< unsigned int > get_dpo_vector(const unsigned int degree)
virtual std::unique_ptr< FiniteElement< dim, dim > > clone() const override
FE_BDM(const unsigned int p)
virtual std::string get_name() const override
#define DEAL_II_NAMESPACE_CLOSE