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_evaluation_data.h File Reference

Go to the source code of this file.

Classes

class  FEEvaluationData< dim, Number, is_face >
struct  FEEvaluationData< dim, Number, is_face >::InitializationData

Namespaces

namespace  internal
namespace  internal::MatrixFreeFunctions

Typedefs

template<int dim, typename Number, bool is_face, typename VectorizedArrayType = VectorizedArray<Number>>
using FEEvaluationBaseData

Functions

static ::ExceptionBaseinternal::ExcAccessToUninitializedField ()
static ::ExceptionBaseinternal::ExcMatrixFreeAccessToUninitializedMappingField (std::string arg1)

Typedef Documentation

◆ FEEvaluationBaseData

template<int dim, typename Number, bool is_face, typename VectorizedArrayType = VectorizedArray<Number>>
using FEEvaluationBaseData
Initial value:

This class is equivalent to FEEvaluationData and exists merely for backward compatibility.

Definition at line 1016 of file fe_evaluation_data.h.