Reference documentation for deal.II version 9.2.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\}}\)
Public Types | List of all members
FEValuesViews::Scalar< dim, spacedim >::OutputType< Number > Struct Template Reference

#include <deal.II/fe/fe_values.h>

Public Types

using value_type = typename ProductType< Number, typename Scalar< dim, spacedim >::value_type >::type
 
using gradient_type = typename ProductType< Number, typename Scalar< dim, spacedim >::gradient_type >::type
 
using laplacian_type = typename ProductType< Number, typename Scalar< dim, spacedim >::value_type >::type
 
using hessian_type = typename ProductType< Number, typename Scalar< dim, spacedim >::hessian_type >::type
 
using third_derivative_type = typename ProductType< Number, typename Scalar< dim, spacedim >::third_derivative_type >::type
 

Detailed Description

template<int dim, int spacedim = dim>
template<typename Number>
struct FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >

A struct that provides the output type for the product of the value and derivatives of basis functions of the Scalar view and any Number type.

Definition at line 182 of file fe_values.h.

Member Typedef Documentation

◆ value_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >::value_type = typename ProductType<Number, typename Scalar<dim, spacedim>::value_type>::type

An alias for the data type of the product of a Number and the values of the view the Scalar class.

Definition at line 190 of file fe_values.h.

◆ gradient_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >::gradient_type = typename ProductType< Number, typename Scalar<dim, spacedim>::gradient_type>::type

An alias for the data type of the product of a Number and the gradients of the view the Scalar class.

Definition at line 198 of file fe_values.h.

◆ laplacian_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >::laplacian_type = typename ProductType<Number, typename Scalar<dim, spacedim>::value_type>::type

An alias for the data type of the product of a Number and the laplacians of the view the Scalar class.

Definition at line 206 of file fe_values.h.

◆ hessian_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >::hessian_type = typename ProductType< Number, typename Scalar<dim, spacedim>::hessian_type>::type

An alias for the data type of the product of a Number and the hessians of the view the Scalar class.

Definition at line 214 of file fe_values.h.

◆ third_derivative_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Scalar< dim, spacedim >::OutputType< Number >::third_derivative_type = typename ProductType< Number, typename Scalar<dim, spacedim>::third_derivative_type>::type

An alias for the data type of the product of a Number and the third derivatives of the view the Scalar class.

Definition at line 222 of file fe_values.h.


The documentation for this struct was generated from the following file: