Reference documentation for deal.II version 9.5.1
\(\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::Vector< dim, spacedim >::OutputType< Number > Struct Template Reference

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

Public Types

using value_type
 
using gradient_type
 
using symmetric_gradient_type
 
using divergence_type
 
using laplacian_type
 
using curl_type
 
using hessian_type
 
using third_derivative_type
 

Detailed Description

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

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

Deprecated
Use the types defined in the surrounding class instead.

Definition at line 821 of file fe_values.h.

Member Typedef Documentation

◆ value_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::value_type
Initial value:
typename ProductType<Number,
Number value_type
Definition vector.h:128

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

Definition at line 827 of file fe_values.h.

◆ gradient_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::gradient_type
Initial value:
typename ProductType<
Number,

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

Definition at line 835 of file fe_values.h.

◆ symmetric_gradient_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::symmetric_gradient_type
Initial value:

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

Definition at line 843 of file fe_values.h.

◆ divergence_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::divergence_type
Initial value:
typename ProductType<
Number,

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

Definition at line 851 of file fe_values.h.

◆ laplacian_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::laplacian_type
Initial value:
typename ProductType<Number,

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

Definition at line 859 of file fe_values.h.

◆ curl_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::curl_type
Initial value:
typename ProductType<Number,

An alias for the data type of the product of a Number and the curls of the view the Vector class.

Definition at line 867 of file fe_values.h.

◆ hessian_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::hessian_type
Initial value:
typename ProductType<
Number,

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

Definition at line 875 of file fe_values.h.

◆ third_derivative_type

template<int dim, int spacedim = dim>
template<typename Number >
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::third_derivative_type
Initial value:
typename ProductType<
Number,

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

Definition at line 883 of file fe_values.h.


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