![]() |
Reference documentation for deal.II version 9.1.1
|
#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 |
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 1570 of file fe_values.h.
| 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 1578 of file fe_values.h.
| 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 1586 of file fe_values.h.
| 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 1594 of file fe_values.h.
1.8.16