Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10:01+00:00
\(\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
Namespaces | Functions
fe_point_evaluation.cc File Reference
#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)