Reference documentation for deal.II version 9.6.2
\(\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
fe_point_evaluation.h File Reference

Go to the source code of this file.

Classes

struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, spacedim, n_components, Number, Enable >
struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, spacedim, 1, Number >
struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, dim, Number, std::enable_if_t< dim !=1 > >
class  FEPointEvaluationBase< n_components_, dim, spacedim, Number >
class  FEPointEvaluation< n_components_, dim, spacedim, Number >
class  FEFacePointEvaluation< n_components_, dim, spacedim, Number >

Namespaces

namespace  internal
namespace  internal::FEPointEvaluation

Functions

static ::ExceptionBaseinternal::FEPointEvaluation::ExcFEPointEvaluationAccessToUninitializedMappingField (std::string arg1)
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)