Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.3.3
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs
Legacy::Functions Namespace Reference

Typedefs

template<int dim, typename DoFHandlerType = DoFHandler<dim>, typename VectorType = Vector<double>>
using FEFieldFunction = ::Functions::FEFieldFunction< dim, DoFHandlerType, VectorType >
 

Typedef Documentation

◆ FEFieldFunction

template<int dim, typename DoFHandlerType = DoFHandler<dim>, typename VectorType = Vector<double>>
using Legacy::Functions::FEFieldFunction = typedef ::Functions::FEFieldFunction<dim, DoFHandlerType, VectorType>

The template arguments of the original Functions::FEFieldFunction class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.

Definition at line 505 of file fe_field_function.h.