Reference documentation for deal.II version 9.5.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\}}\)
Loading...
Searching...
No Matches
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<>
std::vector< Point< 0 > > unit_support_points< 0 > (const unsigned int)
 
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 33 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 63 of file fe_simplex_p_bubbles.cc.

◆ unit_support_points< 0 >()

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

Definition at line 63 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 134 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 249 of file fe_simplex_p_bubbles.cc.