Reference documentation for deal.II version 9.6.0
|
Functions | |
template<int dim> | |
std::vector< unsigned int > | get_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) |
std::vector< unsigned int > FE_P_BubblesImplementation::get_dpo_vector | ( | const unsigned int | degree | ) |
Definition at line 32 of file fe_simplex_p_bubbles.cc.
std::vector< Point< dim > > FE_P_BubblesImplementation::unit_support_points | ( | const unsigned int | degree | ) |
Definition at line 62 of file fe_simplex_p_bubbles.cc.
std::vector< Point< 0 > > FE_P_BubblesImplementation::unit_support_points< 0 > | ( | const unsigned int | ) |
Definition at line 62 of file fe_simplex_p_bubbles.cc.
BarycentricPolynomials< dim > FE_P_BubblesImplementation::get_basis | ( | const unsigned int | degree | ) |
Definition at line 133 of file fe_simplex_p_bubbles.cc.
FiniteElementData< dim > FE_P_BubblesImplementation::get_fe_data | ( | const unsigned int | degree | ) |
Definition at line 248 of file fe_simplex_p_bubbles.cc.