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
Public Types | List of all members
FEValuesViews::Tensor< 2, dim, spacedim >::OutputType< Number > Struct Template Reference

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

Public Types

using value_type = typename ProductType< Number, typename Tensor< 2, dim, spacedim >::value_type >::type
 
using divergence_type = typename ProductType< Number, typename Tensor< 2, dim, spacedim >::divergence_type >::type
 
using gradient_type = typename ProductType< Number, typename Tensor< 2, dim, spacedim >::gradient_type >::type
 

Detailed Description

template<int dim, int spacedim>
template<typename Number>
struct FEValuesViews::Tensor< 2, dim, spacedim >::OutputType< Number >

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

Deprecated:
Use the types defined in the surrounding class instead.

Definition at line 1872 of file fe_values.h.

Member Typedef Documentation

◆ value_type

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

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

Definition at line 1878 of file fe_values.h.

◆ divergence_type

template<int dim, int spacedim>
template<typename Number >
using FEValuesViews::Tensor< 2, dim, spacedim >::OutputType< Number >::divergence_type = typename ProductType< Number, typename Tensor<2, dim, spacedim>::divergence_type>::type

An alias for the data type of the product of a Number and the divergences of the view the Tensor class.

Definition at line 1886 of file fe_values.h.

◆ gradient_type

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

An alias for the data type of the product of a Number and the gradient of the view the Tensor class.

Definition at line 1894 of file fe_values.h.


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