Reference documentation for deal.II version 9.3.3
\(\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\}}\)
Functions
FE_P_BubblesImplementation Namespace Reference

Functions

template<int dim>
std::vector< unsigned intget_dpo_vector (const unsigned int degree)
 
template<int dim>
std::vector< Point< dim > > unit_support_points (const unsigned int degree)
 
template<int dim>
BarycentricPolynomials< dim > get_basis (const unsigned int degree)
 
template<int dim>
FiniteElementData< dim > get_fe_data (const unsigned int degree)
 

Function Documentation

◆ get_dpo_vector()

template<int dim>
std::vector< unsigned int > FE_P_BubblesImplementation::get_dpo_vector ( const unsigned int  degree)

Definition at line 118 of file fe_simplex_p_bubbles.cc.

◆ unit_support_points()

template<int dim>
std::vector< Point< dim > > FE_P_BubblesImplementation::unit_support_points ( const unsigned int  degree)

Definition at line 148 of file fe_simplex_p_bubbles.cc.

◆ get_basis()

template<int dim>
BarycentricPolynomials< dim > FE_P_BubblesImplementation::get_basis ( const unsigned int  degree)

Definition at line 191 of file fe_simplex_p_bubbles.cc.

◆ get_fe_data()

template<int dim>
FiniteElementData< dim > FE_P_BubblesImplementation::get_fe_data ( const unsigned int  degree)

Definition at line 298 of file fe_simplex_p_bubbles.cc.