![]() |
Reference documentation for deal.II version GIT c14369f203 2023-10-01 07:40:02+00:00
|
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 33 of file fe_simplex_p_bubbles.cc.
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.
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.
BarycentricPolynomials<dim> FE_P_BubblesImplementation::get_basis | ( | const unsigned int | degree | ) |
Definition at line 134 of file fe_simplex_p_bubbles.cc.
FiniteElementData<dim> FE_P_BubblesImplementation::get_fe_data | ( | const unsigned int | degree | ) |
Definition at line 249 of file fe_simplex_p_bubbles.cc.