Reference documentation for deal.II version 9.5.0
\(\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
Classes | Namespaces | Functions
fe_point_evaluation.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/array_view.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/polynomial.h>
#include <deal.II/base/signaling_nan.h>
#include <deal.II/base/tensor.h>
#include <deal.II/base/vectorization.h>
#include <deal.II/fe/fe_values.h>
#include <deal.II/fe/mapping.h>
#include <deal.II/matrix_free/evaluation_flags.h>
#include <deal.II/matrix_free/evaluation_kernels.h>
#include <deal.II/matrix_free/shape_info.h>
#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/non_matching/mapping_info.h>

Go to the source code of this file.

Classes

struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, n_components, Number >
 
struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, 1, Number >
 
struct  internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, Number >
 
struct  internal::FEPointEvaluation::EvaluatorTypeTraits< 1, 1, Number >
 
class  FEPointEvaluation< 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)