deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/base/polynomial.h>
#include <deal.II/base/polynomials_piecewise.h>
#include <deal.II/fe/fe_dgp.h>
#include <deal.II/fe/fe_dgq.h>
#include <deal.II/fe/fe_poly.h>
#include <deal.II/fe/fe_q_dg0.h>
#include <deal.II/matrix_free/fe_point_evaluation.h>
#include <deal.II/matrix_free/shape_info.h>
#include <memory>
#include "fe_point_evaluation.inst"
Go to the source code of this file.
Namespaces | |
namespace | internal |
namespace | internal::FEPointEvaluation |
Functions | |
template<int dim, int spacedim> | |
bool | internal::FEPointEvaluation::is_fast_path_supported (const FiniteElement< dim, spacedim > &fe, const unsigned int base_element_number) |
template<int dim, int spacedim> | |
bool | internal::FEPointEvaluation::is_fast_path_supported (const Mapping< dim, spacedim > &mapping) |
template<int dim, int spacedim> | |
std::vector< Polynomials::Polynomial< double > > | internal::FEPointEvaluation::get_polynomial_space (const FiniteElement< dim, spacedim > &fe) |