Reference documentation for deal.II version 9.1.0-pre
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.

Definition at line 1572 of file fe_values.h.

Member Typedef Documentation

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 1580 of file fe_values.h.

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 1588 of file fe_values.h.

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 1596 of file fe_values.h.


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