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 | Typedefs | Functions
fe_evaluation_data.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/geometry_info.h>
#include <deal.II/base/signaling_nan.h>
#include <deal.II/base/smartpointer.h>
#include <deal.II/base/std_cxx20/iota_view.h>
#include <deal.II/base/symmetric_tensor.h>
#include <deal.II/base/template_constraints.h>
#include <deal.II/base/tensor.h>
#include <deal.II/base/vectorization.h>
#include <deal.II/matrix_free/dof_info.h>
#include <deal.II/matrix_free/mapping_info_storage.h>
#include <deal.II/matrix_free/shape_info.h>

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 = FEEvaluationData< dim, VectorizedArrayType, is_face >
 

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 = FEEvaluationData<dim, VectorizedArrayType, is_face>

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

Definition at line 1015 of file fe_evaluation_data.h.