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::SymmetricTensor< 2, dim, spacedim >::OutputType< Number > Struct Template Reference

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

Public Types

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

Detailed Description

template<int dim, int spacedim>
template<typename Number>
struct FEValuesViews::SymmetricTensor< 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 SymmetricTensor view and any Number type.

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

Definition at line 1526 of file fe_values.h.

Member Typedef Documentation

◆ value_type

template<int dim, int spacedim>
template<typename Number >
using FEValuesViews::SymmetricTensor< 2, dim, spacedim >::OutputType< Number >::value_type = typename ProductType< Number, typename SymmetricTensor<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 SymmetricTensor class.

Definition at line 1532 of file fe_values.h.

◆ divergence_type

template<int dim, int spacedim>
template<typename Number >
using FEValuesViews::SymmetricTensor< 2, dim, spacedim >::OutputType< Number >::divergence_type = typename ProductType< Number, typename SymmetricTensor<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 SymmetricTensor class.

Definition at line 1540 of file fe_values.h.


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