deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/base/config.h>
#include <deal.II/base/polynomials_barycentric.h>
#include <deal.II/base/qprojector.h>
#include <deal.II/fe/fe_dgq.h>
#include <deal.II/fe/fe_nothing.h>
#include <deal.II/fe/fe_q.h>
#include <deal.II/fe/fe_simplex_p_bubbles.h>
#include <deal.II/fe/fe_tools.h>
#include "fe_simplex_p_bubbles.inst"
Go to the source code of this file.
Namespaces | |
namespace | FE_P_BubblesImplementation |
Functions | |
template<int dim> | |
std::vector< unsigned int > | FE_P_BubblesImplementation::get_dpo_vector (const unsigned int degree) |
template<int dim> | |
std::vector< Point< dim > > | FE_P_BubblesImplementation::unit_support_points (const unsigned int degree) |
template<> | |
std::vector< Point< 0 > > | FE_P_BubblesImplementation::unit_support_points< 0 > (const unsigned int) |
template<int dim> | |
BarycentricPolynomials< dim > | FE_P_BubblesImplementation::get_basis (const unsigned int degree) |
template<int dim> | |
FiniteElementData< dim > | FE_P_BubblesImplementation::get_fe_data (const unsigned int degree) |